diff options
| author | Felix Bühler <Stunkymonkey@users.noreply.github.com> | 2023-09-05 11:05:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 11:05:15 +0200 |
| commit | 9f10c1bb7c102b1a340f11f9e9e1361f97c2ae3a (patch) | |
| tree | 20e3aae73e60266dcb37010ad27ccb13cc8349a4 /pkgs/development/python-modules/gitpython/default.nix | |
| parent | 4824b4c6cd73481b850717762fe813365ea1ffaf (diff) | |
| parent | 7b42c82b10ba6097389842c610118f9a32875a45 (diff) | |
Merge pull request #252911 from fabaff/gitpython-bump
python311Packages.gitpython: 3.1.32 -> 3.1.33
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 79cefa48656c..8721df4bf36a 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.32"; + version = "3.1.33"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-Bhgu57w5QYfq5hlTh5gCJhbdwUMU+u0nrova/2V2ed0="; + hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y="; }; propagatedBuildInputs = [ |
