Skip to content

Commit 913135d

Browse files
authored
python311Packages.pyoverkiz: 1.14.2 -> 1.15.0 (#358905)
2 parents bf253b2 + 422e9c1 commit 913135d

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.14.2";
20+
version = "1.15.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "iMicknl";
2727
repo = "python-overkiz-api";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-6ytfmdyVd7AFIWLSKCDpPHEKCy/EsGnOS+1i/bTO0Xs=";
29+
hash = "sha256-nwRPIudrxsbK6UYLaGjQJBkGMI5cKEE7m8M0h3k6434=";
3030
};
3131

3232
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)