Skip to content

Commit

Permalink
jenkins-job-builder: 1.4.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Feb 3, 2017
1 parent 230c97c commit eb0eed4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29909,16 +29909,15 @@ EOF
};

jenkins-job-builder = buildPythonPackage rec {
name = "jenkins-job-builder-1.4.0";
name = "jenkins-job-builder-1.6.1";
disabled = ! (isPy26 || isPy27);

src = pkgs.fetchurl {
url = "mirror://pypi/j/jenkins-job-builder/${name}.tar.gz";
sha256 = "10zipq3dyyfhwvrcyk70zky07b0fssiahwig2h8daw977aszsfqb";
sha256 = "1v3xknfzgsp35nn3ma4imz233v569v3x75mx2yxlv1xf32nn7yk4";
};

patchPhase = ''
sed -i '/ordereddict/d' requirements.txt
export HOME=$TMPDIR
'';

Expand Down

0 comments on commit eb0eed4

Please sign in to comment.