Merge pull request #138629 from fabaff/bump-gitpython

python3Packages.GitPython: 3.1.23 -> 3.1.24
This commit is contained in:
Sandro 2021-09-21 13:35:47 +02:00 committed by GitHub
commit b52f9841b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "gitpython";
version = "3.1.23";
version = "3.1.24";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "gitpython-developers";
repo = "GitPython";
rev = version;
sha256 = "sha256-1+jMg5pOrYJBgv/q9FFnR5Ujc8pwEPZHfLssNnt8nmA=";
sha256 = "sha256-KfR14EqXsDgIZUerk/hHDB0Z7IuqncbTNd/yNwrV9I0=";
};
patches = [