mbakke pushed a commit to branch core-updates
in repository guix.
commit 64d47f5043b1996ef398b9aaceac53795a1960b7
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Jan 24 00:13:26 2020 +0100
gnu: python-fonttools: Update to 4.2.4.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.2.4.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6cf6cb3..a9b75db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6849,13 +6849,13 @@ add functionality and customization to your projects
with their own plugins.")
(define-public python-fonttools
(package
(name "python-fonttools")
- (version "4.2.2")
+ (version "4.2.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "fonttools" version ".zip"))
(sha256
(base32
- "012qqspnwdl4vy8qgzzpfglkk5dgzxiw0fak2jq74ngygvz3vfv6"))))
+ "0rz2fn707x8ri507bb5k5y3di851dwchn0886f77g5bgiflmnpwm"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)