diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 09:59:27 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:12:16 -0400 |
commit | 40f42329dc792242df35e67e5b59d659a11243fa (patch) | |
tree | 33fc2bbd92d49863a53f7991b45c64121154d816 | |
parent | 2dadc917bbe572008aec49d8762590b2221c477e (diff) | |
download | guix-40f42329dc792242df35e67e5b59d659a11243fa.tar.gz |
gnu: python-fontmath: Update to 0.9.3.
* gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.3.
-rw-r--r-- | gnu/packages/fontutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 5638560b9e..4118b1e8b5 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -482,13 +482,13 @@ to generate OpenType font binaries from Unified Font Objects (UFOs).") (define-public python-fontmath (package (name "python-fontmath") - (version "0.9.2") + (version "0.9.3") (source (origin (method url-fetch) (uri (pypi-uri "fontMath" version ".zip")) (sha256 - (base32 "014407hpvqdx123g06i664qrfq86bf9l621x7jllpgqw3rqir2sc")))) + (base32 "070v1jz5f18g15if459ppwswq4w5hzffwp1gvdc5j47bgz5qflva")))) (build-system python-build-system) (propagated-inputs (list python-fonttools)) (native-inputs |