summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-24 19:44:15 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-05-25 00:42:43 +0200
commit380cb96e35fa36386f9f6cf9c1174b01e5af43e0 (patch)
treef01be5700844529d85b1d4b6fc1353f02a0d754b /gnu/packages/gnome.scm
parentde20d910581db12a6d6dad70fe5f8a24eae0f13b (diff)
downloadguix-patches-380cb96e35fa36386f9f6cf9c1174b01e5af43e0.tar
guix-patches-380cb96e35fa36386f9f6cf9c1174b01e5af43e0.tar.gz
gnu: zenity: Update to 3.24.0.
* gnu/packages/gnome.scm (zenity): Update to 3.24.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 5fce58fe51..0cc4e1a250 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4285,7 +4285,7 @@ powerful general purpose text editor.")
(define-public zenity
(package
(name "zenity")
- (version "3.22.0")
+ (version "3.24.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4293,7 +4293,7 @@ powerful general purpose text editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rp4l0vgyjhlkpk2imfwf7b05m1qxjrm8n8kp1rv70ykf48gmk8y"))))
+ "1xzpm63cib2xzr99phplhbcjzy7lahggk3gp60dvrrclxhka1w3g"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)