Skip to content

Commit 88c4e1c

Browse files
authored
python3Packages.habiticalib: 0.4.1 -> 0.4.2 (#433637)
2 parents 7653c9d + fbbaa34 commit 88c4e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2020
buildPythonPackage rec {
2121
pname = "habiticalib";
22-
version = "0.4.1";
22+
version = "0.4.2";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.12";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "tr4nt0r";
2929
repo = "habiticalib";
3030
tag = "v${version}";
31-
hash = "sha256-RHR7kXZkzv7wZ0napAT7Ukb4tJ2TiwmeZHiw20YpNkM=";
31+
hash = "sha256-LSyFCietbdUTr/kEwNhROeK3eoriyNh2U8jO4Zk9QQc=";
3232
};
3333

3434
build-system = [

0 commit comments

Comments
 (0)