diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2024-03-13 00:13:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 00:13:18 +0100 |
| commit | 20eae76661fb92857beb6f56141ab5469da22d7b (patch) | |
| tree | e96c0a1fa0704b5807b4b202dd0cf3403a345f8e /pkgs/development/python-modules/gitpython | |
| parent | 0f0c3f0908ae1d2ef32d2b6c73831c3f426c22af (diff) | |
| parent | 514ad0279b2b8196923058f772e4469626b6df7e (diff) | |
Merge pull request #294305 from NixOS/python-updates
[python-updates] 2024/03/07 - major updates
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 50afd5ea4aa8..d76d0366c461 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.40"; + version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; + hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ |
