Skip to content

Commit 9105ad7

Browse files
authored
python3Packages.renault-api: 0.5.5 -> 0.5.6 (#498462)
2 parents 0d31421 + 136b259 commit 9105ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/renault-api/default.nix

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

2020
buildPythonPackage (finalAttrs: {
2121
pname = "renault-api";
22-
version = "0.5.5";
22+
version = "0.5.6";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "hacf-fr";
2727
repo = "renault-api";
2828
tag = "v${finalAttrs.version}";
29-
hash = "sha256-sS1eOpWsHSR+2eHEiv74IN3q83AaTaWlN3ilTz9PwYs=";
29+
hash = "sha256-tKq4PB1mthUvlocpJ3slxKhzKpSOq4kVrjN8E9K+PSI=";
3030
};
3131

3232
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)