python3Packages.GitPython: 3.1.12 -> 3.1.13

This commit is contained in:
Fabian Affolter 2021-02-10 23:39:03 +01:00
parent b0a1efd8bb
commit 3d57cf6dc7

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "GitPython";
version = "3.1.12";
version = "3.1.13";
disabled = isPy27; # no longer supported
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Qtvv2NniV2xJbtAFnzED3O9xJbnOFvnV+cg0rtRKHaw=";
sha256 = "sha256-hiGn53fidqXsg4tZKAulJy3RRKGBacNskD2LOLmfdQo=";
};
patches = [