Merge pull request #112690 from fabaff/bump-gitpython

python3Packages.GitPython: 3.1.12 -> 3.1.13
This commit is contained in:
Sandro
2021-02-11 03:30:13 +01:00
committed by GitHub

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