From a4d1d7fac8a32996dce5ee6da1df1e1db62c3dfd Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 20 Apr 2020 02:31:59 -0400 Subject: 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 253b2e993a..983835a2fe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9350,7 +9350,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/" @@ -9358,7 +9358,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 -- cgit 1.4.1