diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 00:13:26 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:36 +0100 |
commit | 64d47f5043b1996ef398b9aaceac53795a1960b7 (patch) | |
tree | 0f5ba7cead368595cf0bca820f55681be9a2f3f3 /gnu | |
parent | 861a265959ca931bab38fe6c1266de8849016820 (diff) | |
download | patches-64d47f5043b1996ef398b9aaceac53795a1960b7.tar patches-64d47f5043b1996ef398b9aaceac53795a1960b7.tar.gz |
gnu: python-fonttools: Update to 4.2.4.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.2.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6cf6cb3aeb..a9b75db2da 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) |