python3Packages.GitPython: 3.1.20 -> 3.1.23

This commit is contained in:
Fabian Affolter 2021-09-10 08:12:56 +02:00
parent eac6215607
commit c1aadda3d3

View file

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