Merge pull request #115305 from teto/bump-cairocffi

python3Packages.cairocffi: 1.1.0 -> 1.2.0
This commit is contained in:
Sandro 2021-04-06 10:00:07 +02:00 committed by GitHub
commit 536080e34b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = ''