gnu: python-fonttools-next: Update to 4.37.1.

* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.37.1.
* gnu/packages/fontutils.scm (python-afdko)[source](snippet): Adjust expected
test output.
This commit is contained in:
Marius Bakke 2022-09-16 11:17:27 +02:00
parent e5e8042b8f
commit f50fa09929
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 8 additions and 2 deletions

View file

@ -148,6 +148,12 @@ (define-public python-afdko
(modules '((guix build utils)))
(snippet
#~(begin
(substitute*
"tests/buildcff2vf_data/expected_output/SHSansJPVFTest.ttx"
;; Adjust expected output to match newer fonttools. Taken from:
;; https://github.com/adobe-type-tools/afdko/commit/7c526390a10e
(("FDSelect format=\"3\"")
"FDSelect format=\"0\""))
(with-directory-excursion "c/makeotf/lib/hotconv"
;; Delete ANTLR-generated code.
(for-each delete-file

View file

@ -11407,14 +11407,14 @@ (define-public python-fonttools-full
(define-public python-fonttools-next
(package
(inherit python-fonttools-full)
(version "4.32.0")
(version "4.37.1")
(source (origin
(inherit (package-source python-fonttools-full))
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
"14nk43z0dmznypm3zp4sdc04x1y608jawlnmwdkk32a947khvaar"))))))
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))))
(define-public python-ly
(package