diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2021-03-24 10:28:12 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2021-04-03 17:48:32 +0200 |
| commit | 6dc39bca35d1a59912ba2dcd3381962087481737 (patch) | |
| tree | c6e9743fc32783f1eb4e0379a7d2929975407d00 /pkgs/development/python-modules/GitPython | |
| parent | 892e8ff8ddedf73f463036bb421278e88866eefc (diff) | |
python3Packages.GitPython: 3.1.13 -> 3.1.14
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 = [ |
