python3Packages.pyslurm: 25.5.0 -> 25.11.0 (#491297)

This commit is contained in:
Philip Taron
2026-03-29 22:21:14 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "25.5.0";
version = "25.11.0";
pyproject = true;
src = fetchFromGitHub {
repo = "pyslurm";
owner = "PySlurm";
tag = "v${version}";
hash = "sha256-2FEBOKMN3IhJZu+QQ3nWQfxom6wpZUuQouF7TRYndTs=";
hash = "sha256-t6otxWBxu4mxTZpIS+lhlcXf4bOaxNgeDmW6BCNTclc=";
};
nativeBuildInputs = [ setuptools ];