diff options
| author | John Ericson <git@JohnEricson.me> | 2019-11-10 16:11:57 -0500 |
|---|---|---|
| committer | John Ericson <git@JohnEricson.me> | 2019-11-10 16:12:25 -0500 |
| commit | 62e154ff8dffedcea14caee4129df76bf2cbbf26 (patch) | |
| tree | 63f88e4c41c8a60c718c1cc841640fa70e4499fd /pkgs/development/python-modules/GitPython | |
| parent | 5c5ca018c8f2d819ef94429a5358af96533ff6b9 (diff) | |
| parent | 84c44d8cafd909105a78bfcf191a0f6c7858c54d (diff) | |
Merge remote-tracking branch 'upstream/master' into gcc-dedup-configure-flags
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 = [ |
