diff options
| author | Peter Simons <simons@cryp.to> | 2021-04-28 10:16:26 +0200 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2021-04-28 10:16:26 +0200 |
| commit | 84a522635ff09161c0eb6719d888fe9080d36946 (patch) | |
| tree | c8e5a8d1adbf68125664009050bfce8a5f6fe9e4 /pkgs/development/python-modules/GitPython | |
| parent | befcd3e782384206c302b933bdd303ea7f19d293 (diff) | |
| parent | 5c5ec0bff67f139944c7d17bfd20a983485e3927 (diff) | |
Merge origin/master into haskell-updates.
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 = [ |
