pythonPackages.cffi: 1.5.2 -> 1.7.0
This commit is contained in:
parent
9e8592d6b9
commit
43b63c1d2b
@ -4313,11 +4313,11 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
cffi = if isPyPy then null else buildPythonPackage rec {
|
cffi = if isPyPy then null else buildPythonPackage rec {
|
||||||
name = "cffi-1.5.2";
|
name = "cffi-1.7.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/c/cffi/${name}.tar.gz";
|
url = "mirror://pypi/c/cffi/${name}.tar.gz";
|
||||||
sha256 = "1p91p1n8n46y0k3q7ddgxxjnfh08rjqsjh7zbjxzfiifhycxx6ys";
|
sha256 = "1pv0pf38h375r581zyckb1d2phcgkszsx2n6354g6qc3zmmdvmbf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pkgs.libffi pycparser ];
|
propagatedBuildInputs = with self; [ pkgs.libffi pycparser ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user