gnu: drawing: Update to 0.8.1.

* gnu/packages/gnome.scm (drawing): Update to 0.8.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-28 08:15:22 +02:00
parent 15844291fe
commit 1096ec5beb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4254,7 +4254,7 @@ (define-public gnumeric
(define-public drawing
(package
(name "drawing")
(version "0.8.0")
(version "0.8.1")
(source
(origin
(method git-fetch)
@ -4263,7 +4263,7 @@ (define-public drawing
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "03cx6acb0ph7b3difshjfddi8ld79wp8d12bdp7dp1q1820j5mz0"))))
(base32 "0a65mil9w4iw0h6kncg5d15s302sxfx25fpnkfv9pz54nj3hzghk"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t