diff options
| author | Vladimir Pouzanov <farcaller@gmail.com> | 2023-10-14 08:38:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-14 08:38:25 +0100 |
| commit | ed44cfb141a4aa06c7ae078575ce729dfd44a136 (patch) | |
| tree | 70d17baa8a8d946770ba6df94195ebec5c4ddffd /pkgs/development/python-modules/gitpython | |
| parent | 093f354a1777e462bd80398c4fc624c4d383dc68 (diff) | |
| parent | db7978c88c18e536683430fb882922e127429092 (diff) | |
Merge branch 'master' into shellconfig
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 8721df4bf36a..43925e357a90 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.33"; + version = "3.1.37"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y="; + hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig="; }; propagatedBuildInputs = [ |
