jenkins-job-builder: 2.10.1 -> 3.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-jenkins-job-builder/versions
This commit is contained in:
R. RyanTM 2019-08-20 03:46:25 -07:00
parent ffbb4d26f9
commit e3975c7b4c

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "jenkins-job-builder";
version = "2.10.1";
version = "3.0.1";
disabled = !isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "0iynzxrjmdkrriw4pcf8as8afckvmq4jk457lxg52wh29l39wb30";
sha256 = "16x97pdr90x3xsc1xl66l7q77pgja5dzsk921by2h09k7dvxaqmh";
};
postPatch = ''