1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: cffi: 1.12.2 -> 1.12.3

This commit is contained in:
Frederik Rietdijk 2019-04-24 18:42:48 +02:00
parent fa83291a86
commit 9f4e663fd1

View file

@ -2,11 +2,11 @@
if isPyPy then null else buildPythonPackage rec {
pname = "cffi";
version = "1.12.2";
version = "1.12.3";
src = fetchPypi {
inherit pname version;
sha256 = "e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7";
sha256 = "041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774";
};
outputs = [ "out" "dev" ];