mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fonttools: Update to 4.6.0.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.6.0.
This commit is contained in:
parent
447f9acf12
commit
bf115891dc
1 changed files with 2 additions and 2 deletions
|
@ -7338,13 +7338,13 @@ add functionality and customization to your projects with their own plugins.")
|
||||||
(define-public python-fonttools
|
(define-public python-fonttools
|
||||||
(package
|
(package
|
||||||
(name "python-fonttools")
|
(name "python-fonttools")
|
||||||
(version "4.2.4")
|
(version "4.6.0")
|
||||||
(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
|
||||||
"0rz2fn707x8ri507bb5k5y3di851dwchn0886f77g5bgiflmnpwm"))))
|
"1mq9kdzhcsp96bhv7smnrpdg1s4z5wh70bsl99c0jmcrahqdisqq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue