python312Packages.pyslurm: 23.11.0 -> 24.5.0

This commit is contained in:
R. Ryantm 2024-11-17 04:10:36 +00:00
parent cd43d68671
commit 6ff532d19d

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "23.11.0";
version = "24.5.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
repo = "pyslurm";
owner = "PySlurm";
rev = "refs/tags/v${version}";
hash = "sha256-Qi0XftneKj7hdDiLY2hoRONRrPv49mfQlvlNkudH54Y=";
hash = "sha256-EJTzaoHBidnaHxFLw8FrjJITUxioRGEhl1yvm/QDpXc=";
};
nativeBuildInputs = [ setuptools ];