gnu: drawing: Update to 0.8.0.

* gnu/packages/gnome.scm (drawing): Update to 0.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vinicius Monego 2021-06-06 01:41:39 +00:00 committed by Ludovic Courtès
parent 018e09d4c8
commit a3082797b3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4250,7 +4250,7 @@ (define-public gnumeric
(define-public drawing
(package
(name "drawing")
(version "0.6.5")
(version "0.8.0")
(source
(origin
(method git-fetch)
@ -4259,7 +4259,7 @@ (define-public drawing
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1kfgmalakifcvzhzss9zhmqjbdk24zr22c5xwkkahlvfcafp13wn"))))
(base32 "03cx6acb0ph7b3difshjfddi8ld79wp8d12bdp7dp1q1820j5mz0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t