mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-fonttools: Update to 4.37.1.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.37.1. (python-fonttools-next): Remove variable. * gnu/packages/fontutils.scm (python-afdko)[propagated-inputs]: Change from PYTHON-FONTTOOLS-NEXT to PYTHON-FONTTOOLS.
This commit is contained in:
parent
5b952b1cd4
commit
b6df670541
2 changed files with 3 additions and 15 deletions
|
@ -203,7 +203,7 @@ (define-public python-afdko
|
||||||
python-booleanoperations
|
python-booleanoperations
|
||||||
python-defcon
|
python-defcon
|
||||||
python-fontmath
|
python-fontmath
|
||||||
python-fonttools-next
|
python-fonttools
|
||||||
python-lxml
|
python-lxml
|
||||||
python-tqdm
|
python-tqdm
|
||||||
python-ufonormalizer
|
python-ufonormalizer
|
||||||
|
|
|
@ -11301,13 +11301,13 @@ (define-public python-fonttools
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "python-fonttools")
|
(name "python-fonttools")
|
||||||
(version "4.28.5")
|
(version "4.37.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fonttools" version ".zip"))
|
(uri (pypi-uri "fonttools" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jhl5n3rfqq7fznvsh6r80n7ylap1a7ppq1040y8cflhyz80ap2l"))))
|
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list unzip))
|
(list unzip))
|
||||||
|
@ -11360,18 +11360,6 @@ (define-public python-fonttools-full
|
||||||
python-zopfli))
|
python-zopfli))
|
||||||
(properties (alist-delete 'hidden? (package-properties python-fonttools)))))
|
(properties (alist-delete 'hidden? (package-properties python-fonttools)))))
|
||||||
|
|
||||||
(define-public python-fonttools-next
|
|
||||||
(package
|
|
||||||
(inherit python-fonttools-full)
|
|
||||||
(version "4.32.0")
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source python-fonttools-full))
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "fonttools" version ".zip"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"14nk43z0dmznypm3zp4sdc04x1y608jawlnmwdkk32a947khvaar"))))))
|
|
||||||
|
|
||||||
(define-public python-ly
|
(define-public python-ly
|
||||||
(package
|
(package
|
||||||
(name "python-ly")
|
(name "python-ly")
|
||||||
|
|
Loading…
Reference in a new issue