Skip to content

Commit

Permalink
python312Packages.pyoverkiz: 1.15.1 -> 1.15.2 (#364742)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents 5e3d949 + 3731807 commit 97ae513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyoverkiz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

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

disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "iMicknl";
repo = "python-overkiz-api";
rev = "refs/tags/v${version}";
hash = "sha256-3j72zLBMm6tuQDWqNrkVEFvDAc45xyLnG19lEsJV1Mg=";
tag = "v${version}";
hash = "sha256-6KDtNXFlzWY27JeV9uwSu9pzjiZAmwLyYmg0KR8QudQ=";
};

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

0 comments on commit 97ae513

Please sign in to comment.