diff options
| author | Chris McDonough <chrism@plope.com> | 2024-01-12 11:03:48 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2024-01-12 11:03:48 -0500 |
| commit | e9ff890c467c6cb36d7d3a50bbb5e57c69c492be (patch) | |
| tree | 4efc07c90485e195b0725bd4714fbb31805683a2 /pkgs/development/python-modules/gitpython | |
| parent | f4cdad8aabe3ca7a73ed4929a529b7d2e6e63566 (diff) | |
| parent | d7c468330e67f3f4afa220e21e368c1795802652 (diff) | |
Merge remote-tracking branch 'upstream/master' into doc-trivial-builders-writetext
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 43925e357a90..50afd5ea4aa8 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.37"; + version = "3.1.40"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig="; + hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; }; propagatedBuildInputs = [ |
