python310Packages.gitpython: 3.1.30 -> 3.1.31

Changelog: https://github.com/gitpython-developers/GitPython/blob/3.1.31/doc/source/changes.rst
This commit is contained in:
Fabian Affolter
2023-03-03 23:57:08 +01:00
committed by Martin Weinelt
parent 0d08004dc9
commit 5f6f34ea87
@@ -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 = [