summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-08-26 04:33:46 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-08-27 10:11:20 +0200
commit80260be43827f27e1e21532bbb285e98ee15df29 (patch)
tree805979d38c12a61e22623dec2cf579e731a6a09f /gnu
parent0a97b172e5a5d85c06b7f62fc7c5594a99b79b64 (diff)
downloadguix-patches-80260be43827f27e1e21532bbb285e98ee15df29.tar
guix-patches-80260be43827f27e1e21532bbb285e98ee15df29.tar.gz
gnu: libdazzle: Update to 3.37.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.37.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0f5d84d410..5eda854e2c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10267,7 +10267,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.37.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -10275,7 +10275,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
"libdazzle-" version ".tar.xz"))
(sha256
(base32
- "01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
+ "03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
(build-system meson-build-system)
(arguments
`(#:phases