Skip to content

Commit 777cb3b

Browse files
authored
python3Packages.pydaikin: 2.15.0 -> 2.16.0 (#406364)
2 parents d4e1343 + a73976e commit 777cb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pydaikin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "pydaikin";
19-
version = "2.15.0";
19+
version = "2.16.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "fredrike";
2626
repo = "pydaikin";
2727
tag = "v${version}";
28-
hash = "sha256-5WV+xY9L9Ht3OQ8GBMDq57L8qaT7DVaf7b4mnvicAL4=";
28+
hash = "sha256-EZuhNenDLwKehbgWfwkwC0imUC1uyvNmsp0g9ZjW7t4=";
2929
};
3030

3131
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)