mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e5e8042b8f
commit
f50fa09929
2 changed files with 8 additions and 2 deletions
|
@ -11407,14 +11407,14 @@ from an XML-based format.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue