mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cu2qu: Update to 1.6.7.post2.
* gnu/packages/fontutils.scm (python-cu2qu): Update to 1.6.7.post2. Change-Id: I1dd2a69912ac8c64dfd349695ee0713e51aefd33
This commit is contained in:
parent
ab6f561324
commit
a8bc6c5e12
1 changed files with 2 additions and 2 deletions
|
@ -561,13 +561,13 @@ for fontTools.")
|
||||||
(define-public python-cu2qu
|
(define-public python-cu2qu
|
||||||
(package
|
(package
|
||||||
(name "python-cu2qu")
|
(name "python-cu2qu")
|
||||||
(version "1.6.7.post1")
|
(version "1.6.7.post2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cu2qu" version ".zip"))
|
(uri (pypi-uri "cu2qu" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x762r7bf39g6aivfvrmq00h6f07abvs9x1xm0fz8l81vq8jz64c"))))
|
(base32 "022qpzbpi6j56wqz48rnqs6dvksipw13fi4g10k941fnkgcn5x8x"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: Try to remove it when updating python-fonttools.
|
;; XXX: Try to remove it when updating python-fonttools.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue