Merge pull request #256546 from chkno/gitpython

python3Packages.gitpython: 3.1.33 -> 3.1.37
This commit is contained in:
Robert Scott 2023-10-01 19:35:01 +01:00 committed by GitHub
commit 73efd629cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "gitpython";
version = "3.1.33";
version = "3.1.37";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = "refs/tags/${version}";
hash = "sha256-SqpoI8QnynHRHUdenMrOAGib/SDpix4rSXfEes4xt/Y=";
hash = "sha256-w3aSgIaD6tkxhYctkvvsdKlWXS8xU4+F0cCYeYTNHig=";
};
propagatedBuildInputs = [