Merge pull request #10151 from ardumont/update-python-package-pygit2

python-packages: pygit2 0.21.2 -> 0.23.1
This commit is contained in:
Arseniy Seroka 2015-09-30 15:02:34 +03:00
commit 35ee5b8376

View file

@ -10940,11 +10940,11 @@ let
};
pygit2 = buildPythonPackage rec {
name = "pygit2-0.21.2";
name = "pygit2-0.23.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pygit2/${name}.tar.gz";
sha256 = "0lya4v91d4y5fwrb55n8m8avgmz0l81jml2spvx6r7j1czcx3zic";
sha256 = "04201vcal7jq8lbpk9ylscrhjxdcf2aihiw25k4imjjqgfmvldf7";
};
preConfigure = ( if stdenv.isDarwin then ''