summaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/fontutils.scm')
-rw-r--r--gnu/packages/fontutils.scm14
1 files changed, 12 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 3bd48987fbb..7e25c231ca8 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -593,14 +593,24 @@ converts any cubic curves to quadratic. The most useful function is probably
593(define-public python-ufo2ft 593(define-public python-ufo2ft
594 (package 594 (package
595 (name "python-ufo2ft") 595 (name "python-ufo2ft")
596 (version "2.31.0") 596 (version "2.33.4")
597 (source 597 (source
598 (origin 598 (origin
599 (method url-fetch) 599 (method url-fetch)
600 (uri (pypi-uri "ufo2ft" version)) 600 (uri (pypi-uri "ufo2ft" version))
601 (sha256 601 (sha256
602 (base32 "1rg2997af8blvswlwif0kpz2vxrlh555gzqslz6yv9y7i7v8lphl")))) 602 (base32 "0xnnwlj3rl0p7q19l6wdrfkzzq1f2l5vyl2qs7kl4vvfalgpzakv"))))
603 (build-system pyproject-build-system) 603 (build-system pyproject-build-system)
604 (arguments
605 (list #:test-flags
606 #~(list "-k"
607 ;; XXX: These tests all fail with "TTX output is different
608 ;; from expected". Potentially fixed in 3.x release.
609 (string-append "not test_compileVariableTTF "
610 "and not test_compileVariableCFF2 "
611 "and not test_drop_glyph_names_variable "
612 "and not test_buildTables_FeatureLibError "
613 "and not test_kern_zyyy_zinh"))))
604 (native-inputs 614 (native-inputs
605 (list python-pytest 615 (list python-pytest
606 python-setuptools-scm 616 python-setuptools-scm