rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit c84b1c150bb3036f571279056b19484393bf3622
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 f9f95aa..06eb733 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7581,7 +7581,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/" name "/"
@@ -7589,7 +7589,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg"))))
+ "1m9n1gcxndly24rjkxzvmx02a2rkb6ad4cy7p6ncanm1kyp0wxvq"))))
(build-system meson-build-system)
(arguments
`(#:phases