python313Packages.pynordpool: 0.3.0 -> 0.3.1 (#448790)

This commit is contained in:
Nick Cao
2025-10-05 15:38:09 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pynordpool";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "gjohansson-ST";
repo = "pynordpool";
tag = "v${version}";
hash = "sha256-K9rZ7PJhmG7PiNGpnAgC3tX6ZygQdQoae5DnboNgMcs=";
hash = "sha256-4s43E3VUO0EOTte4c2ZnWY2fccyVAgqSOVPpxz0+L5s=";
};
build-system = [ poetry-core ];