diff options
| author | Frederik Rietdijk <freddyrietdijk@fridh.nl> | 2021-04-04 13:22:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-04 13:22:10 +0200 |
| commit | 30f7de04fffba2d0203448f90c5ea4db90feb590 (patch) | |
| tree | c3077c46181b2f132c97c12007bd7b5b23dff243 /pkgs/development/python-modules/GitPython | |
| parent | 397730e0f4b387a0faf4c62e08b9d09853b395f8 (diff) | |
| parent | 1e7ed8b2f3e729eddf15bca1ce293d5cdfb1ab50 (diff) | |
Merge pull request #117452 from NixOS/python-unstable
Python packages set: major upgrades
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 0081051628df..547be5dc4dc5 100644 --- a/pkgs/development/python-modules/GitPython/default.nix +++ b/pkgs/development/python-modules/GitPython/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "GitPython"; - version = "3.1.13"; + version = "3.1.14"; disabled = isPy27; # no longer supported src = fetchPypi { inherit pname version; - sha256 = "sha256-hiGn53fidqXsg4tZKAulJy3RRKGBacNskD2LOLmfdQo="; + sha256 = "be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"; }; patches = [ |
