diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-08 02:40:18 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2024-03-12 17:41:53 +0100 |
| commit | d257485a718dd8f2a1a1bbe1d919ae07e0d20f79 (patch) | |
| tree | 143cfef6095396840cf7079350ac53d269f6253d /pkgs/development/python-modules/gitpython | |
| parent | 164b89b2a21aff0ffcbfce05c19102dc9a198ca4 (diff) | |
python3Packages.gitpython: 3.1.40 -> 3.1.42
https://github.com/gitpython-developers/GitPython/blob/3.1.42/doc/source/changes.rst
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 = [ |
