python3Packages.GitPython: 3.1.23 -> 3.1.24

This commit is contained in:
Fabian Affolter 2021-09-20 12:36:45 +02:00
parent d050e7dfc3
commit 0dd072f896

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 = [