python3Packages.pyslurm: 25.5.0 -> 25.11.0

This commit is contained in:
R. Ryantm
2026-02-17 05:48:20 +00:00
parent b29133b148
commit b5626dc3f7
@@ -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 ];