lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 8c85747bcd7db7d70b2e356b553fc20ac8d5715b
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:53:52 2021 +0100
gnu: libdazzle: Update to 3.40.0.
* gnu/packages/gnome.scm (libdazzle): Update to 3.40.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 cfc4b3a..7362bf0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10593,7 +10593,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
(define-public libdazzle
(package
(name "libdazzle")
- (version "3.37.1")
+ (version "3.40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -10601,7 +10601,7 @@ hexadecimal or ASCII. It is useful for editing binary
files in general.")
"libdazzle-" version ".tar.xz"))
(sha256
(base32
- "03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
+ "19abrrjsyjhhl1xflnb0likb9wwzz78fa1mk2b064rpscmz9mafv"))))
(build-system meson-build-system)
(arguments
`(#:phases