diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-07 16:09:07 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-08 15:15:31 +0900 |
| commit | 13897fe2c99d955e82dcf7a084c60c0b53068b70 (patch) | |
| tree | cfd4c2fe7dbaf2f63e0b16265875c1da501eaaad /gnu/packages | |
| parent | 0832056c7705d89a8e4d4c4f9bb921d143b3d2fa (diff) | |
gnu: python-ufoprocessor: Update to 1.14.0.
* gnu/packages/fontutils.scm (python-ufoprocessor): Update to 1.14.0.
Change-Id: I6e7e48a8b9e3b6863003b5c42f07e2978a55440c
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/fontutils.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index ca275f3519b..d4611947b47 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -1071,13 +1071,13 @@ paths (intersection, union, difference, xor).") | |||
| 1071 | (define-public python-ufoprocessor | 1071 | (define-public python-ufoprocessor |
| 1072 | (package | 1072 | (package |
| 1073 | (name "python-ufoprocessor") | 1073 | (name "python-ufoprocessor") |
| 1074 | (version "1.9.0") | 1074 | (version "1.14.0") |
| 1075 | (source | 1075 | (source |
| 1076 | (origin | 1076 | (origin |
| 1077 | (method url-fetch) | 1077 | (method url-fetch) |
| 1078 | (uri (pypi-uri "ufoProcessor" version ".zip")) | 1078 | (uri (pypi-uri "ufoprocessor" version ".tar.gz")) |
| 1079 | (sha256 | 1079 | (sha256 |
| 1080 | (base32 "0ns11aamgavgsfj8qf5kq7dvzmgl0mhr1cbych2f075ipfdvva5s")))) | 1080 | (base32 "08bkci1fwpx2jfgh3rw48qangs84ngn8lqpqk5fhrgs43hjwpki1")))) |
| 1081 | (build-system python-build-system) | 1081 | (build-system python-build-system) |
| 1082 | (arguments | 1082 | (arguments |
| 1083 | (list #:phases #~(modify-phases %standard-phases | 1083 | (list #:phases #~(modify-phases %standard-phases |
| @@ -1093,7 +1093,7 @@ paths (intersection, union, difference, xor).") | |||
| 1093 | python-fontparts | 1093 | python-fontparts |
| 1094 | python-fonttools-minimal | 1094 | python-fonttools-minimal |
| 1095 | python-mutatormath)) | 1095 | python-mutatormath)) |
| 1096 | (native-inputs (list python-setuptools-scm unzip)) | 1096 | (native-inputs (list python-setuptools-scm)) |
| 1097 | (home-page "https://github.com/LettError/ufoProcessor") | 1097 | (home-page "https://github.com/LettError/ufoProcessor") |
| 1098 | (synopsis "Process and generate @acronym{UFO, Unified Font Object} files") | 1098 | (synopsis "Process and generate @acronym{UFO, Unified Font Object} files") |
| 1099 | (description "This Python package processes and generates instances for | 1099 | (description "This Python package processes and generates instances for |
