mbakke pushed a commit to branch core-updates
in repository guix.
commit b6df67054105751af83ec319b501124f92994f59
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Sep 5 14:28:50 2022 +0200
gnu: python-fonttools: Update to 4.37.1.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.37.1.
(python-fonttools-next): Remove variable.
* gnu/packages/fontutils.scm (python-afdko)[propagated-inputs]: Change from
PYTHON-FONTTOOLS-NEXT to PYTHON-FONTTOOLS.
---
gnu/packages/fontutils.scm | 2 +-
gnu/packages/python-xyz.scm | 16 ++--------------
2 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 1eb850172a..393ab30f59 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -203,7 +203,7 @@ them as it goes.")
python-booleanoperations
python-defcon
python-fontmath
- python-fonttools-next
+ python-fonttools
python-lxml
python-tqdm
python-ufonormalizer
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 12d902315a..2afb4a4ca7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11301,13 +11301,13 @@ number of lines in the contained files easily.")
(hidden-package
(package
(name "python-fonttools")
- (version "4.28.5")
+ (version "4.37.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
- "1jhl5n3rfqq7fznvsh6r80n7ylap1a7ppq1040y8cflhyz80ap2l"))))
+ "1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))
(build-system python-build-system)
(native-inputs
(list unzip))
@@ -11360,18 +11360,6 @@ from an XML-based format.")
python-zopfli))
(properties (alist-delete 'hidden? (package-properties
python-fonttools)))))
-(define-public python-fonttools-next
- (package
- (inherit python-fonttools-full)
- (version "4.32.0")
- (source (origin
- (inherit (package-source python-fonttools-full))
- (method url-fetch)
- (uri (pypi-uri "fonttools" version ".zip"))
- (sha256
- (base32
- "14nk43z0dmznypm3zp4sdc04x1y608jawlnmwdkk32a947khvaar"))))))
-
(define-public python-ly
(package
(name "python-ly")