diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-26 16:00:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-26 22:35:36 +0100 |
commit | bf115891dc120429ade6be0e1ea410489da9ccdf (patch) | |
tree | 5ff1efbc1ac402b94c81a7578bafe07221373fa2 | |
parent | 447f9acf12bdee3fc817fcbb13fc20180b4ebef9 (diff) | |
download | patches-bf115891dc120429ade6be0e1ea410489da9ccdf.tar patches-bf115891dc120429ade6be0e1ea410489da9ccdf.tar.gz |
gnu: python-fonttools: Update to 4.6.0.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.6.0.
-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 1180485e2e..7b4db5fb60 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7338,13 +7338,13 @@ add functionality and customization to your projects with their own plugins.") (define-public python-fonttools (package (name "python-fonttools") - (version "4.2.4") + (version "4.6.0") (source (origin (method url-fetch) (uri (pypi-uri "fonttools" version ".zip")) (sha256 (base32 - "0rz2fn707x8ri507bb5k5y3di851dwchn0886f77g5bgiflmnpwm")))) + "1mq9kdzhcsp96bhv7smnrpdg1s4z5wh70bsl99c0jmcrahqdisqq")))) (build-system python-build-system) (native-inputs `(("unzip" ,unzip) |