diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-08-05 18:01:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 18:01:09 +0000 |
| commit | e329dc70eef026bfddd1ab49ddc8349784f79b92 (patch) | |
| tree | 2e33775d8e7c706facc6c184720b831f8918004b /pkgs/development/python-modules/gitpython | |
| parent | 9b69394fde7ce33e99a63879b459e5bdd71ca98b (diff) | |
| parent | 672efa6939a6d569abc730339cc1efa700b91848 (diff) | |
Merge master into staging-next
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 0915170bc7f6..79cefa48656c 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.31"; + version = "3.1.32"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-lpx/vptFhz4WOkybJpqq1teMGgX6RQo/f2OTNEm5XJU="; + hash = "sha256-Bhgu57w5QYfq5hlTh5gCJhbdwUMU+u0nrova/2V2ed0="; }; propagatedBuildInputs = [ |
