mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05: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 @@ (define-public python2-fonttools
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-fonttools))))
|
(let ((base (package-with-python2 (strip-python2-variant python-fonttools))))
|
||||||
(package/inherit
|
(package/inherit
|
||||||
base
|
base
|
||||||
(version "3.38.0")
|
(version "3.44.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
|
||||||
"12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh")))))))
|
"0v6399g755f2hn1ry62i5b6gdinf2fpx2966v3bxh6bjw1accb5p")))))))
|
||||||
|
|
||||||
(define-public python-ly
|
(define-public python-ly
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue