mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-fonttools: Update to 3.44.0.
* gnu/packages/python-xyz.scm (python2-fonttools): Update to 3.44.0.
This commit is contained in:
parent
7a039449aa
commit
8057faf094
1 changed files with 2 additions and 2 deletions
|
@ -6830,13 +6830,13 @@ from an XML-based format.")
|
|||
(let ((base (package-with-python2 (strip-python2-variant python-fonttools))))
|
||||
(package/inherit
|
||||
base
|
||||
(version "3.38.0")
|
||||
(version "3.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fonttools" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh")))))))
|
||||
"0v6399g755f2hn1ry62i5b6gdinf2fpx2966v3bxh6bjw1accb5p")))))))
|
||||
|
||||
(define-public python-ly
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue