gnu: python-fontmath: Update to 0.9.3.
* gnu/packages/fontutils.scm (python-fontmath): Update to 0.9.3.master
parent
2dadc917bb
commit
40f42329dc
|
@ -482,13 +482,13 @@ to generate OpenType font binaries from Unified Font Objects (UFOs).")
|
||||||
(define-public python-fontmath
|
(define-public python-fontmath
|
||||||
(package
|
(package
|
||||||
(name "python-fontmath")
|
(name "python-fontmath")
|
||||||
(version "0.9.2")
|
(version "0.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fontMath" version ".zip"))
|
(uri (pypi-uri "fontMath" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "014407hpvqdx123g06i664qrfq86bf9l621x7jllpgqw3rqir2sc"))))
|
(base32 "070v1jz5f18g15if459ppwswq4w5hzffwp1gvdc5j47bgz5qflva"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs (list python-fonttools))
|
(propagated-inputs (list python-fonttools))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue