me
/
guix
Archived
1
0
Fork 0

gnu: drawing: Update to 0.8.1.

* gnu/packages/gnome.scm (drawing): Update to 0.8.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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