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 1f5e5f9 + 0dc79dd commit 55b7b86Copy full SHA for 55b7b86
pkgs/development/python-modules/pynordpool/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "pynordpool";
12
- version = "0.2.3";
+ version = "0.2.4";
13
pyproject = true;
14
15
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "gjohansson-ST";
19
repo = "pynordpool";
20
rev = "refs/tags/v${version}";
21
- hash = "sha256-QNPq2KKUDgxf2VQ/O+/dywLY6RcHfU2RaC2sohjVmaI=";
+ hash = "sha256-OGCVNVFbJfhjNKKpLRUvZIj7ZIYz/IVlt9xEPJb5W8E=";
22
};
23
24
build-system = [ poetry-core ];
0 commit comments