python3Packages.pyslurm: 25.11.1 -> 25.11.2 (#512887)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 00:47:20 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "25.11.1";
version = "25.11.2";
pyproject = true;
src = fetchFromGitHub {
repo = "pyslurm";
owner = "PySlurm";
tag = "v${version}";
hash = "sha256-0VQ/f6ppUIt4j94CFsRB+kBUrFPAjqXPqwzIaK4StfA=";
hash = "sha256-hPAX2udntxpjibUK//Ec06EKNgUFU5AiBN15IZvgo3Q=";
};
nativeBuildInputs = [ setuptools ];