Skip to content

Commit

Permalink
python312Packages.pydaikin: 2.13.6 -> 2.13.7 (NixOS#342835)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 18, 2024
2 parents 253b16d + 5e286fc commit 8f4f00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pydaikin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "pydaikin";
version = "2.13.6";
version = "2.13.7";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fredrike";
repo = "pydaikin";
rev = "refs/tags/v${version}";
hash = "sha256-b1dvPrtvYJuTZNUase4GgXFGq69QKJZoxUr2iuYShxk=";
hash = "sha256-pLr878LbflRlHzDjarwDLQFHbRZjRvlAZEqP1tfVBNA=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 8f4f00d

Please sign in to comment.