diff options
| author | John Ericson <git@JohnEricson.me> | 2019-11-11 20:47:51 -0500 |
|---|---|---|
| committer | John Ericson <git@JohnEricson.me> | 2019-11-11 20:48:14 -0500 |
| commit | 16f0fe7fe37722ccdc696cf7338cc3e5676346b0 (patch) | |
| tree | 66aea0e7108c1817eb99466e731d32d172b9e2d0 /pkgs/development/python-modules/GitPython | |
| parent | 63eac673199d78b2dcd061904811445addad3822 (diff) | |
| parent | e3b76760e38912e5b3298dfc19f9c75e7ed2ffd9 (diff) | |
Merge remote-tracking branch 'upstream/master' into mingw-mcfthreads
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
| -rw-r--r-- | pkgs/development/python-modules/GitPython/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/GitPython/default.nix b/pkgs/development/python-modules/GitPython/default.nix index 24fe4a2458d6..d92100cc1419 100644 --- a/pkgs/development/python-modules/GitPython/default.nix +++ b/pkgs/development/python-modules/GitPython/default.nix @@ -1,12 +1,13 @@ { lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb2, mock, nose, ddt }: buildPythonPackage rec { - version = "2.1.11"; + version = "3.0.4"; pname = "GitPython"; + disabled = isPy27; # no longer supported src = fetchPypi { inherit pname version; - sha256 = "8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8"; + sha256 = "3237caca1139d0a7aa072f6735f5fd2520de52195e0fa1d8b83a9b212a2498b2"; }; patches = [ |
