rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit c03d44b841edb5c6a14d4678ee6b8ae2858508bf
Author: Ricardo Wurmus <[email protected]>
Date: Wed Dec 5 21:21:06 2018 +0100
gnu: libdazzle: Update to 3.30.2.
* gnu/packages/gnome.scm (libdazzle): Update to 3.30.2.
---
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 279dd4b..0a90cea 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7867,7 +7867,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
(define-public libdazzle
(package
(name "libdazzle")
- (version "3.28.5")
+ (version "3.30.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -7875,7 +7875,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
"libdazzle-" version ".tar.xz"))
(sha256
(base32
- "08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg"))))
+ "1m9n1gcxndly24rjkxzvmx02a2rkb6ad4cy7p6ncanm1kyp0wxvq"))))
(build-system meson-build-system)
(arguments
`(#:phases