python3Packages.pyslurm: 25.11.0 -> 25.11.1

This commit is contained in:
R. Ryantm
2026-04-07 17:14:18 +00:00
parent 1af0258a8f
commit 4c217b7c80
@@ -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 ];