mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fontparts-bootstrap: Update to 0.11.0.
* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.11.0.
This commit is contained in:
parent
11012b36af
commit
5b73d463d8
1 changed files with 2 additions and 2 deletions
|
@ -539,13 +539,13 @@ implementing the pen protocol for manipulating glyphs.")
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "python-fontparts-bootstrap")
|
(name "python-fontparts-bootstrap")
|
||||||
(version "0.10.8")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fontParts" version ".zip"))
|
(uri (pypi-uri "fontParts" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0i5ww6yl9m74wnjd7gyvjkdh7m56haql4gv7lasmppdipay2209g"))))
|
(base32 "0j4h8hszky639gmfy1avmw670y80ya49kca8yc635h5ihl0c3v8x"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-booleanoperations
|
(list python-booleanoperations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue