guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.
commit 5cbb644df7b48786b948ed9ea0ef34ceb57fde84
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Sep 26 21:54:42 2025 +0900
gnu: python-fontparts-bootstrap: Update to 0.13.3.
* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.13.3.
[source]: Adjust URI.
[native-inputs]: Remove unzip.
Change-Id: I81096277898f8b337bdb54fc23d3b8ac433b6426
---
gnu/packages/fontutils.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 309451d83c..22b34c324e 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -708,13 +708,13 @@ implementing the pen protocol for manipulating glyphs.")
(hidden-package
(package
(name "python-fontparts-bootstrap")
- (version "0.11.0")
+ (version "0.13.3")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "fontParts" version ".zip"))
+ (uri (pypi-uri "fontparts" version ".tar.gz"))
(sha256
- (base32 "0j4h8hszky639gmfy1avmw670y80ya49kca8yc635h5ihl0c3v8x"))))
+ (base32 "0ddyfa975hskaip6l4hn7n2jh50y5s0pw911phyx2fsws54pw5s7"))))
(build-system pyproject-build-system)
(arguments
(list #:test-backend #~'custom
@@ -726,8 +726,7 @@ implementing the pen protocol for manipulating glyphs.")
python-fonttools-minimal))
(native-inputs
(list python-setuptools
- python-setuptools-scm
- unzip))
+ python-setuptools-scm))
(home-page "https://github.com/robotools/fontParts")
(synopsis "Library for interacting with font parts")
(description "FontParts is an @acronym{API, Application Programming