gnu: python-fonttools: Update to 4.39.3.
This should have been already merged but was left out in a conflict resolution. * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.39.3.
This commit is contained in:
parent
798d91df26
commit
00a328847a
1 changed files with 2 additions and 2 deletions
|
@ -12192,13 +12192,13 @@ (define-public python-fonttools
|
|||
(hidden-package
|
||||
(package
|
||||
(name "python-fonttools")
|
||||
(version "4.37.1")
|
||||
(version "4.39.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fonttools" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ryc1wca2v92wn24baryj5fr32lspl8rbsig32fnkxp1islf21j6"))))
|
||||
"1msibi5cmi5znykkg66dq7xshl07lkqjxhrz5hcipqvlggsvjd4j"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list unzip))
|
||||
|
|
Loading…
Reference in a new issue