python312Packages.pyslurm: 23.11.0 -> 24.5.0 (#356630)

This commit is contained in:
Nick Cao 2024-11-17 08:28:06 -05:00 committed by GitHub
commit 39b7f7a436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];