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
commit 9f41fd6c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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