python: GitPython: 2.1.9 -> 2.1.11
This commit is contained in:
parent
0c96df3472
commit
dd51be2730
@ -1,12 +1,12 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, git, gitdb2, mock, nose, ddt }:
|
{ lib, buildPythonPackage, fetchPypi, git, gitdb2, mock, nose, ddt }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.1.9";
|
version = "2.1.11";
|
||||||
pname = "GitPython";
|
pname = "GitPython";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0a9in1jfv9ssxhckl6sasw45bhm762y2r5ikgb2pk2g8yqdc6z64";
|
sha256 = "8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock nose ddt ];
|
checkInputs = [ mock nose ddt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user