python3Packages.pyslurm: 24.11.0 -> 25.5.0

https://github.com/PySlurm/pyslurm/releases/tag/v25.5.0

Currently, pyslurm is incompatible with the slurm version we ship.
This commit is contained in:
Leona Maroni
2025-11-04 14:49:28 +01:00
parent f646317c40
commit 4d8d63b5d5
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "24.11.0";
version = "25.5.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
repo = "pyslurm";
owner = "PySlurm";
tag = "v${version}";
hash = "sha256-Uko4fgi080XWSseOBijzvzi0YtjuRIvH8qSKEWrpFG0=";
hash = "sha256-2FEBOKMN3IhJZu+QQ3nWQfxom6wpZUuQouF7TRYndTs=";
};
nativeBuildInputs = [ setuptools ];