mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: python-fonttools: Update to 4.2.4.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.2.4.
This commit is contained in:
parent
861a265959
commit
64d47f5043
1 changed files with 2 additions and 2 deletions
|
@ -6849,13 +6849,13 @@ (define-public python2-straight-plugin
|
||||||
(define-public python-fonttools
|
(define-public python-fonttools
|
||||||
(package
|
(package
|
||||||
(name "python-fonttools")
|
(name "python-fonttools")
|
||||||
(version "4.2.2")
|
(version "4.2.4")
|
||||||
(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
|
||||||
"012qqspnwdl4vy8qgzzpfglkk5dgzxiw0fak2jq74ngygvz3vfv6"))))
|
"0rz2fn707x8ri507bb5k5y3di851dwchn0886f77g5bgiflmnpwm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
|
|
Loading…
Reference in a new issue