diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-03 00:00:46 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-20 20:44:21 +0100 |
| commit | c9e0e7b9bc3d558b144e4d3d79dcc115affc1b09 (patch) | |
| tree | 14425c147abc81a69564b9f3df62bbd4da166973 /pkgs/development/python-modules/gitpython | |
| parent | 9e6229110d5a27e36a529f15132ff3cc24c4e7c3 (diff) | |
python3Packages.gitpython: 3.1.37 -> 3.1.40
https://github.com/gitpython-developers/GitPython/blob/3.1.40/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 43925e357a90..50afd5ea4aa8 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.37"; + version = "3.1.40"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig="; + hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; }; propagatedBuildInputs = [ |
