Revert "python: pygit2: 0.26.4 -> 0.27.1"

This reverts commit e9bba1cb01ea7e45c1051f29f33c78b9bb502008.
python.pkgs.pygit2 has to be upgraded at the same time as libgit2.
This commit is contained in:
Robert Schütz 2018-07-23 11:30:21 +02:00 committed by Frederik Rietdijk
parent 387c172369
commit b51b190403

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pygit2";
version = "0.27.1";
version = "0.26.4";
src = fetchPypi {
inherit pname version;
sha256 = "1aa5ba1d59370bda158950ba4849bb6e59f13ac7e6fca5e392bfd873bd2c1cf9";
sha256 = "a8a0ecce4aadac2675afa5bcda0f698bfe39ec61ac1e15b9264704d1b41bb390";
};
preConfigure = lib.optionalString stdenv.isDarwin ''