Skip to content

Commit

Permalink
python: cffi: 1.11.4 -> 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 3, 2018
1 parent 7ee5833 commit 0e5e184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cffi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

if isPyPy then null else buildPythonPackage rec {
pname = "cffi";
version = "1.11.4";
version = "1.11.5";
name = "${pname}-${version}";

src = fetchPypi {
inherit pname version;
sha256 = "df9083a992b17a28cd4251a3f5c879e0198bb26c9e808c4647e0a18739f1d11d";
sha256 = "e90f17980e6ab0f3c2f3730e56d1fe9bcba1891eeea58966e89d352492cc74f4";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 0e5e184

Please sign in to comment.