python3Packages.pyslurm: 25.11.0 -> 25.11.1 (#507664)

This commit is contained in:
Leona Maroni
2026-04-20 07:09:22 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "25.11.0";
version = "25.11.1";
pyproject = true;
src = fetchFromGitHub {
repo = "pyslurm";
owner = "PySlurm";
tag = "v${version}";
hash = "sha256-t6otxWBxu4mxTZpIS+lhlcXf4bOaxNgeDmW6BCNTclc=";
hash = "sha256-0VQ/f6ppUIt4j94CFsRB+kBUrFPAjqXPqwzIaK4StfA=";
};
nativeBuildInputs = [ setuptools ];