Skip to content

Commit 4f46e28

Browse files
committed
1 parent 7dd2a13 commit 4f46e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1818
buildPythonPackage rec {
1919
pname = "pyoverkiz";
20-
version = "1.15.3";
20+
version = "1.15.5";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "iMicknl";
2727
repo = "python-overkiz-api";
2828
tag = "v${version}";
29-
hash = "sha256-B+dajZ7tjG96X5o/bTOMENyWj6tnZXiWRFCIdSdshy0=";
29+
hash = "sha256-Oah/cTRWl1uj7M5VExDrRPwkWOSajZ2Zqh3jH90hXho=";
3030
};
3131

3232
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)