python3Packages.cairocffi: 1.1.0 -> 1.2.0

This commit is contained in:
Matthieu Coudron 2021-03-07 02:11:52 +01:00
parent 4f85b3667b
commit d1dc02322a
2 changed files with 4 additions and 3 deletions

View file

@ -12,6 +12,7 @@
, glibcLocales
, cairo
, cffi
, numpy
, withXcffib ? false, xcffib
, python
, glib
@ -19,8 +20,8 @@
}@args:
import ./generic.nix ({
version = "1.1.0";
sha256 = "1nq53f5jipgy9jgyfxp43j40qfbmrhgn1cj8bp5rrb3liy3wbh7i";
version = "1.2.0";
sha256 = "sha256-mpebUAxkyBef7ChvM36P5kTsovLNBYYM4LYtJfIuoUA=";
dlopen_patch = ./dlopen-paths.patch;
disabled = pythonOlder "3.5";
inherit withXcffib;

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
fontDirectories = [ freefont_ttf ];
};
checkInputs = [ pytest pytestrunner glibcLocales ];
checkInputs = [ numpy pytest pytestrunner glibcLocales ];
propagatedBuildInputs = [ cairo cffi ] ++ lib.optional withXcffib xcffib;
checkPhase = ''