From b51b190403f25e3149eb8307a09e1a77d23619bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 23 Jul 2018 11:30:21 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/pygit2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pygit2/default.nix b/pkgs/development/python-modules/pygit2/default.nix index fda2e0cfbf0..72e09bf98f9 100644 --- a/pkgs/development/python-modules/pygit2/default.nix +++ b/pkgs/development/python-modules/pygit2/default.nix @@ -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 ''