diff options
| author | Matthew Bauer <mjbauer95@gmail.com> | 2019-11-25 22:00:13 -0500 |
|---|---|---|
| committer | Matthew Bauer <mjbauer95@gmail.com> | 2019-11-25 22:00:13 -0500 |
| commit | 08d6c4019d2def8d14435da2c371accdfc7b05ef (patch) | |
| tree | a98b9671beb5e033049524bf062f2a751da7c903 /pkgs/development/python-modules/GitPython | |
| parent | 0c6a0c817aad863a58d0bf0c8dc55da3c611805a (diff) | |
| parent | 6ec5e745dc4f9dc5f321989fef4a5fa66a21c7b2 (diff) | |
Merge remote-tracking branch 'origin/staging' into dnicponski/scratch/update_darwin_cctools
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
| -rw-r--r-- | pkgs/development/python-modules/GitPython/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/GitPython/default.nix b/pkgs/development/python-modules/GitPython/default.nix index d92100cc1419..be2526ffcd43 100644 --- a/pkgs/development/python-modules/GitPython/default.nix +++ b/pkgs/development/python-modules/GitPython/default.nix @@ -1,13 +1,13 @@ { lib, buildPythonPackage, fetchPypi, isPy27, substituteAll, git, gitdb2, mock, nose, ddt }: buildPythonPackage rec { - version = "3.0.4"; + version = "3.0.5"; pname = "GitPython"; disabled = isPy27; # no longer supported src = fetchPypi { inherit pname version; - sha256 = "3237caca1139d0a7aa072f6735f5fd2520de52195e0fa1d8b83a9b212a2498b2"; + sha256 = "9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42"; }; patches = [ |
