mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #39694 from veprbl/pr/pyslurm_fix_for_17.11.5
pythonPackages.pyslurm: 20170302 -> 20180427
This commit is contained in:
commit
ac75ebf171
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyslurm";
|
||||
version = "20170302";
|
||||
version = "20180427";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "pyslurm";
|
||||
owner = "PySlurm";
|
||||
rev = "f5a756f199da404ec73cb7fcd7f04ec4d21ea3ff";
|
||||
sha256 = "1xn321nc8i8zmngh537j6lnng1rhdp460qx4skvh9daz5h9nxznx";
|
||||
rev = "3900e1afac9ffd13c80c57d8c39933d42eb7bad7";
|
||||
sha256 = "1a183ig4sdbc70rx2yyaslyq61wkbsf8cbim1jj0kzrp65nf0vls";
|
||||
};
|
||||
|
||||
buildInputs = [ cython slurm ];
|
||||
|
|
Loading…
Reference in a new issue