diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-02-17 00:31:39 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-03 23:57:08 +0100 |
| commit | 5f6f34ea8764a0f36deaad3bce6924f1a0ee607c (patch) | |
| tree | ac8d81353b8284db3a08935f253f111f76c71585 /pkgs/development/python-modules/gitpython | |
| parent | 0d08004dc9acabce5aaacc2d92142c36612451a4 (diff) | |
python310Packages.gitpython: 3.1.30 -> 3.1.31
Changelog: https://github.com/gitpython-developers/GitPython/blob/3.1.31/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 e5a98bb27d22..1e87b1a5958d 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.30"; + version = "3.1.31"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = version; - hash = "sha256-odtYBQLscncdC+NbDC9D84QQveDoimkQ6RzUQLJgizI="; + hash = "sha256-lpx/vptFhz4WOkybJpqq1teMGgX6RQo/f2OTNEm5XJU="; }; propagatedBuildInputs = [ |
