me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2023-04-19 07:55:06 -04:00
parent 798d91df26
commit 00a328847a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -12192,13 +12192,13 @@ number of lines in the contained files easily.")
(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))