pythonPackages.pyslurm: 20180604 -> 20180811 (#46187)

Update version to support latest version of slurm. Fixes since
previously did not build.
This commit is contained in:
Christopher Ostrouchov 2018-09-07 02:28:12 -04:00 committed by xeji
parent 033964f541
commit b1d6d159aa

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pyslurm";
version = "20180604";
version = "20180811";
src = fetchFromGitHub {
repo = "pyslurm";
owner = "PySlurm";
rev = "9dd4817e785fee138a9e29c3d71d2ea44898eedc";
sha256 = "14ivwc27sjnk0z0jpfgyy9bd91m2bhcz11lzp1kk9xn4495i7wvj";
rev = "2d4f0553de971309b7e465d4d64528b8a5fafb05";
sha256 = "1cy57gyvvmzx0c8fx4h6p8dgan0ay6pdivdf24k1xiancjnw20xr";
};
buildInputs = [ cython slurm ];