Merge pull request #37298 from veprbl/pyslurm_bump

pyslurm: 20171102 -> 20170302 to fix after slurm bump
This commit is contained in:
Jörg Thalheim 2018-03-18 09:13:58 +00:00 committed by GitHub
commit a5551103b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,13 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "20171102";
name = pname + "-" + version;
version = "20170302";
src = fetchFromGitHub {
repo = "pyslurm";
owner = "PySlurm";
rev = "a2acbc820da419e308c5817998d2abe78a7b75e6";
sha256 = "1wmlx5fh1xzjyksvmq7i083hmyvs7id61ysk2d9hbmf8rza498as";
rev = "f5a756f199da404ec73cb7fcd7f04ec4d21ea3ff";
sha256 = "1xn321nc8i8zmngh537j6lnng1rhdp460qx4skvh9daz5h9nxznx";
};
buildInputs = [ cython slurm ];