Skip to content

Commit

Permalink
pythonPackages.cffi: 1.7.0 -> 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 5, 2016
1 parent 0fe3ad7 commit 7f561ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4734,11 +4734,11 @@ in {
};

cffi = if isPyPy then null else buildPythonPackage rec {
name = "cffi-1.7.0";
name = "cffi-1.9.1";

src = pkgs.fetchurl {
url = "mirror://pypi/c/cffi/${name}.tar.gz";
sha256 = "1pv0pf38h375r581zyckb1d2phcgkszsx2n6354g6qc3zmmdvmbf";
sha256 = "563e0bd53fda03c151573217b3a49b3abad8813de9dd0632e10090f6190fdaf8";
};

propagatedBuildInputs = with self; [ pkgs.libffi pycparser ];
Expand Down

0 comments on commit 7f561ef

Please sign in to comment.