3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pygit2: 0.24.0 -> 0.25.0

cc #24807
This commit is contained in:
Franz Pletz 2017-04-16 18:00:24 +02:00
parent ee2d787cc3
commit afcf15bc80
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -19639,11 +19639,11 @@ in {
};
pygit2 = buildPythonPackage rec {
name = "pygit2-0.24.0";
name = "pygit2-0.25.0";
src = pkgs.fetchurl {
url = "mirror://pypi/p/pygit2/${name}.tar.gz";
sha256 = "01c155ls0h5pvpdkrk8ld6fscshmz4fchcwxrg488dbij1zdjxms";
sha256 = "0wf5rp0fvrw7j3j18dvwjq6xqlbm611wd55aphrfpps0v1gxh3ny";
};
preConfigure = ( if stdenv.isDarwin then ''