diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 07:55:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-19 20:12:18 -0400 |
commit | 00a328847a002e042a7237b25ad5814eda324194 (patch) | |
tree | 3393af62075ae73cd2e773a802fb7ee4fb31341c /gnu/packages | |
parent | 798d91df26dc6edc0b9e5749a69d8f505e01e0c7 (diff) |
gnu: python-fonttools: Update to 4.39.3.
This should have been already merged but was left out in a conflict
resolution.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.39.3.
Diffstat (limited to 'gnu/packages')
-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 46ae1a6341..c48b1fb9bc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12192,13 +12192,13 @@ number of lines in the contained files easily.") (hidden-package (package (name "python-fonttools") - (version "4.37.1") + (version "4.39.3") (source (origin (method url-fetch) (uri (pypi-uri "fonttools" version ".zip")) (sha256 (base32 - "1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6")))) + "1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j")))) (build-system python-build-system) (native-inputs (list unzip)) |