mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python33Packages.pygit2: update from 0.18.1 to 0.20.0
This commit is contained in:
parent
e16d2b7e03
commit
d6a95753d5
1 changed files with 2 additions and 2 deletions
|
@ -4670,11 +4670,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
|
||||
|
||||
pygit2 = buildPythonPackage rec {
|
||||
name = "pygit2-0.18.1";
|
||||
name = "pygit2-0.20.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/pygit2/${name}.tar.gz";
|
||||
md5 = "8d27f84509a96d6791a6c393ae67d7c8";
|
||||
sha256 = "04132q7bn8k7q7ky7nj3bkza8r9xkzkdpfv462b6rgjsd1x6h340";
|
||||
};
|
||||
|
||||
preConfigure = ( if stdenv.isDarwin then ''
|
||||
|
|
Loading…
Reference in a new issue