python: python-jenkins: 1.4.0 -> 1.5.0
This commit is contained in:
parent
038e940717
commit
14bb6186c4
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-jenkins";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1h14hfcwichmppbgxf1k8njw29hchpav1kj574b4lly3j0n2vnag";
|
||||
sha256 = "0b11f7c1dffc48579afefa8a310cba5b1c98785b9132892ff8cf5312f32ebc90";
|
||||
};
|
||||
|
||||
buildInputs = [ mock ];
|
||||
|
|
Loading…
Reference in a new issue