diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-09-27 18:49:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-27 18:49:23 +0200 |
| commit | f7e03f48514acdcb5491c87afbcaefebc86b6c70 (patch) | |
| tree | 9c593efe00385837c45240df8f5cc84f1eb452f6 /pkgs/development/python-modules/gitpython | |
| parent | 4eae6fe151b794c6679993768ea07d61656896fe (diff) | |
| parent | ea1f9e3d19000f914e44c5f3aed9ffb5fc9e8db3 (diff) | |
Merge pull request #251878 from NixOS/python-updates
python-updates - major updates - 2023-09-15 (python3: 3.10 -> 3.11)
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..c783e7a00f01 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.35"; 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-bKyimi7INXgd1Km4B/tQh/VFVcZLjdOLts2dXhqOtvY="; }; propagatedBuildInputs = [ |
