Skip to content

Commit 87b89c7

Browse files
authored
python3Packages.volkswagencarnet: 5.4.0 -> 5.4.1 (NixOS#482014)
2 parents 1bc7139 + 7f16276 commit 87b89c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/volkswagencarnet

pkgs/development/python-modules/volkswagencarnet/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "volkswagencarnet";
17-
version = "5.4.0";
17+
version = "5.4.1";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "robinostlund";
2222
repo = "volkswagencarnet";
2323
tag = "v${version}";
24-
hash = "sha256-9p01sCxXosaCPTo/QN1LJ4E5SvicqAjqpx7Wl7OsRtE=";
24+
hash = "sha256-e7h8Dp/C4Q/0Y6viTeCTlzekr1aI5B0gAX5MZBenMCY=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)