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 7653c9d + fbbaa34 commit 88c4e1cCopy full SHA for 88c4e1c
pkgs/development/python-modules/habiticalib/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "habiticalib";
22
- version = "0.4.1";
+ version = "0.4.2";
23
pyproject = true;
24
25
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "tr4nt0r";
29
repo = "habiticalib";
30
tag = "v${version}";
31
- hash = "sha256-RHR7kXZkzv7wZ0napAT7Ukb4tJ2TiwmeZHiw20YpNkM=";
+ hash = "sha256-LSyFCietbdUTr/kEwNhROeK3eoriyNh2U8jO4Zk9QQc=";
32
};
33
34
build-system = [
0 commit comments