Merge pull request #247172 from fabaff/gitpython-bump

python311Packages.gitpython: 3.1.31 -> 3.1.32
This commit is contained in:
Mario Rodas 2023-08-05 09:35:22 -05:00 committed by GitHub
commit fd11bfcb19
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.31";
version = "3.1.32";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gitpython-developers";
repo = "GitPython";
rev = "refs/tags/${version}";
hash = "sha256-lpx/vptFhz4WOkybJpqq1teMGgX6RQo/f2OTNEm5XJU=";
hash = "sha256-Bhgu57w5QYfq5hlTh5gCJhbdwUMU+u0nrova/2V2ed0=";
};
propagatedBuildInputs = [