python3Packages.gitpython: 3.1.37 -> 3.1.40

https://github.com/gitpython-developers/GitPython/blob/3.1.40/doc/source/changes.rst
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:21 +01:00
parent 9e6229110d
commit c9e0e7b9bc
@@ -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 = [