Skip to content

Commit 55b7b86

Browse files
authored
python312Packages.pynordpool: 0.2.3 -> 0.2.4 (#368529)
2 parents 1f5e5f9 + 0dc79dd commit 55b7b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1010
buildPythonPackage rec {
1111
pname = "pynordpool";
12-
version = "0.2.3";
12+
version = "0.2.4";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "gjohansson-ST";
1919
repo = "pynordpool";
2020
rev = "refs/tags/v${version}";
21-
hash = "sha256-QNPq2KKUDgxf2VQ/O+/dywLY6RcHfU2RaC2sohjVmaI=";
21+
hash = "sha256-OGCVNVFbJfhjNKKpLRUvZIj7ZIYz/IVlt9xEPJb5W8E=";
2222
};
2323

2424
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)