mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
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
|
||||
(package
|
||||
(name "python-skia-pathops")
|
||||
(version "0.7.2")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -849,7 +849,7 @@ (define-public python-skia-pathops
|
|||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "src/cpp")) ;140+ MiB of stuff
|
||||
(sha256
|
||||
(base32 "1456rclfn6a01c2cchlgyn166zppcjcqij0k5gwmm8gvzsd5rn0r"))))
|
||||
(base32 "1vlwl1w6sn8c78fsh1w549n3lk9v3v9hcp866vrsdr4byb7g2ani"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue