gnu: python-skia-pathops: Update to 0.8.0.
* gnu/packages/fontutils.scm (python-skia-pathops): Update to 0.8.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
26ca6dad37
commit
8ca3490062
1 changed files with 2 additions and 2 deletions
|
@ -841,7 +841,7 @@ (define-public python-sfdlib
|
||||||
(define-public python-skia-pathops
|
(define-public python-skia-pathops
|
||||||
(package
|
(package
|
||||||
(name "python-skia-pathops")
|
(name "python-skia-pathops")
|
||||||
(version "0.7.2")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -849,7 +849,7 @@ (define-public python-skia-pathops
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(delete-file-recursively "src/cpp")) ;140+ MiB of stuff
|
(snippet '(delete-file-recursively "src/cpp")) ;140+ MiB of stuff
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1456rclfn6a01c2cchlgyn166zppcjcqij0k5gwmm8gvzsd5rn0r"))))
|
(base32 "1vlwl1w6sn8c78fsh1w549n3lk9v3v9hcp866vrsdr4byb7g2ani"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue