python3Packages.pyslurm: 25.11.1 -> 25.11.2

This commit is contained in:
R. Ryantm
2026-04-23 19:38:23 +00:00
parent 4367441274
commit 59806f98d9
@@ -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 ];