mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
python310Packages.pyslurm: 23.2.1 -> 23.2.2
This commit is contained in:
parent
d7037fa447
commit
15b3b8065c
@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyslurm";
|
||||
version = "23.2.1";
|
||||
version = "23.2.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
repo = "pyslurm";
|
||||
owner = "PySlurm";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EYXVkQGe5A+fmzcBdhMnALzX8k7hxaCYsL1Ehrikme4=";
|
||||
hash = "sha256-M8seh5pkw2OTiDU4O96D0Lg3+FrlB2w4ehy53kSxyoU=";
|
||||
};
|
||||
|
||||
buildInputs = [ cython slurm ];
|
||||
|
Loading…
Reference in New Issue
Block a user