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
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 = ''