diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-10-02 00:12:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 00:12:22 +0000 |
| commit | 5fa51e9dbfb270a718f467ff5affb27893586f06 (patch) | |
| tree | 8e60dd464409821054f530a416fc369d4f9894d4 /pkgs/development/python-modules/gitpython/default.nix | |
| parent | ec9ac6e4339ee8ebe6ae2bea0c6d72231fd7b44b (diff) | |
| parent | f8be2c43b4b1c1aec02f741ae909696b8410ebc1 (diff) | |
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/python-modules/gitpython/default.nix')
| -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 = [ |
