We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d31421 + 136b259 commit 9105ad7Copy full SHA for 9105ad7
pkgs/development/python-modules/renault-api/default.nix
@@ -19,14 +19,14 @@
19
20
buildPythonPackage (finalAttrs: {
21
pname = "renault-api";
22
- version = "0.5.5";
+ version = "0.5.6";
23
pyproject = true;
24
25
src = fetchFromGitHub {
26
owner = "hacf-fr";
27
repo = "renault-api";
28
tag = "v${finalAttrs.version}";
29
- hash = "sha256-sS1eOpWsHSR+2eHEiv74IN3q83AaTaWlN3ilTz9PwYs=";
+ hash = "sha256-tKq4PB1mthUvlocpJ3slxKhzKpSOq4kVrjN8E9K+PSI=";
30
};
31
32
build-system = [ poetry-core ];
0 commit comments