diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-14 23:17:53 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-14 23:53:31 -0400 |
commit | 781da7d80b6b3a8e48b922acb754a5ba47f1d98b (patch) | |
tree | d2bf2e88842f762035aed5c56641bcfde04f4deb | |
parent | fdfaefaaf4ee56a34276cbf6d431bf388518dd6a (diff) | |
download | guix-781da7d80b6b3a8e48b922acb754a5ba47f1d98b.tar.gz |
gnu: libdazzle: Update to 3.34.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.34.1.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b123369321..f949b387c8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9240,7 +9240,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.") (define-public libdazzle (package (name "libdazzle") - (version "3.33.90") + (version "3.34.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libdazzle/" @@ -9248,7 +9248,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.") "libdazzle-" version ".tar.xz")) (sha256 (base32 - "189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs")))) + "01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x")))) (build-system meson-build-system) (arguments `(#:phases |