Skip to content

Commit

Permalink
python312Packages.pyoverkiz: 1.15.2 -> 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 19, 2024
1 parent d70bd19 commit f07fab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyoverkiz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "pyoverkiz";
version = "1.15.2";
version = "1.15.3";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iMicknl";
repo = "python-overkiz-api";
tag = "v${version}";
hash = "sha256-6KDtNXFlzWY27JeV9uwSu9pzjiZAmwLyYmg0KR8QudQ=";
hash = "sha256-B+dajZ7tjG96X5o/bTOMENyWj6tnZXiWRFCIdSdshy0=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit f07fab3

Please sign in to comment.