nckx pushed a commit to branch master
in repository guix.
commit 1096ec5beb24d3e31a5d6c8327e57c5f1746879a
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Jun 28 08:15:22 2021 +0200
gnu: drawing: Update to 0.8.1.
* gnu/packages/gnome.scm (drawing): Update to 0.8.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 36e0bba..a161827 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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