gnu: drawing: Update to 0.8.2.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2021-07-06 19:12:48 +00:00 committed by Nicolas Goaziou
parent 65c70b820b
commit e01ae01e57
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -4262,7 +4262,7 @@ engineering.")
(define-public drawing (define-public drawing
(package (package
(name "drawing") (name "drawing")
(version "0.8.1") (version "0.8.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4271,7 +4271,7 @@ engineering.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0a65mil9w4iw0h6kncg5d15s302sxfx25fpnkfv9pz54nj3hzghk")))) (base32 "0lpszd8276rp5chn84rkvwmnflxc3pqlg4cz53gfxkqdb3gn02zz"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t