We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4e1343 + a73976e commit 777cb3bCopy full SHA for 777cb3b
pkgs/development/python-modules/pydaikin/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "pydaikin";
19
- version = "2.15.0";
+ version = "2.16.0";
20
pyproject = true;
21
22
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "fredrike";
26
repo = "pydaikin";
27
tag = "v${version}";
28
- hash = "sha256-5WV+xY9L9Ht3OQ8GBMDq57L8qaT7DVaf7b4mnvicAL4=";
+ hash = "sha256-EZuhNenDLwKehbgWfwkwC0imUC1uyvNmsp0g9ZjW7t4=";
29
};
30
31
__darwinAllowLocalNetworking = true;
0 commit comments