kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit b4467bd50947fe798d95ee5c6be896cbe1dd8303
Author: Kei Kebreau <[email protected]>
AuthorDate: Mon Apr 20 02:31:59 2020 -0400
gnu: libdazzle: Update to 3.36.0.
* gnu/packages/gnome.scm (libdazzle): Update to 3.36.0.
---
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 57627a5..d0722fd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9336,7 +9336,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
(define-public libdazzle
(package
(name "libdazzle")
- (version "3.34.1")
+ (version "3.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -9344,7 +9344,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
"libdazzle-" version ".tar.xz"))
(sha256
(base32
- "01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
+ "0n6r16a07in82cnzw91vl675pbjzbvazkxwbqxq2kihganzipcw2"))))
(build-system meson-build-system)
(arguments
`(#:phases