mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-fonttools: Update to 3.38.0.
* gnu/packages/python-xyz.scm (python-fonttools): Update to 3.38.0.
This commit is contained in:
parent
4c97f95902
commit
1a4bb420a7
1 changed files with 2 additions and 2 deletions
|
@ -6021,13 +6021,13 @@ (define-public python2-straight-plugin
|
|||
(define-public python-fonttools
|
||||
(package
|
||||
(name "python-fonttools")
|
||||
(version "3.37.3")
|
||||
(version "3.38.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fonttools" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k90g0q1h4var3kq6xn6zs3j1ghff97hwyn1gdqfdywsldas9668"))))
|
||||
"12ripk3s7skgxr1bs9r8n13r94ym3s8iir7ivfixls9fa4dabmlh"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)
|
||||
|
|
Loading…
Reference in a new issue