mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05: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
b61b12c4c0
commit
c4daf1acaf
1 changed files with 2 additions and 2 deletions
|
@ -539,13 +539,13 @@ (define-public python-fontparts-bootstrap
|
|||
(hidden-package
|
||||
(package
|
||||
(name "python-fontparts-bootstrap")
|
||||
(version "0.10.8")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "fontParts" version ".zip"))
|
||||
(sha256
|
||||
(base32 "0i5ww6yl9m74wnjd7gyvjkdh7m56haql4gv7lasmppdipay2209g"))))
|
||||
(base32 "0j4h8hszky639gmfy1avmw670y80ya49kca8yc635h5ihl0c3v8x"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-booleanoperations
|
||||
|
|
Loading…
Reference in a new issue