Skip to content

Commit

Permalink
python312Packages.pyoverkiz: 1.15.2 -> 1.15.3 (NixOS#366663)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 24, 2024
2 parents a408915 + 4f46e28 commit 371e69d
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.3";
version = "1.15.5";
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-B+dajZ7tjG96X5o/bTOMENyWj6tnZXiWRFCIdSdshy0=";
hash = "sha256-Oah/cTRWl1uj7M5VExDrRPwkWOSajZ2Zqh3jH90hXho=";
};

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

0 comments on commit 371e69d

Please sign in to comment.