rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 51bdf33e726452cfdfd4d4982d05edd42891813e
Author: Ricardo Wurmus <[email protected]>
Date: Mon Aug 6 15:58:33 2018 +0200
gnu: zenity: Update to 3.28.1.
* gnu/packages/gnome.scm (zenity): Update to 3.28.1.
---
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 5f0dc91..b2229aa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4777,7 +4777,7 @@ powerful general purpose text editor.")
(define-public zenity
(package
(name "zenity")
- (version "3.24.0")
+ (version "3.28.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4785,7 +4785,7 @@ powerful general purpose text editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1xzpm63cib2xzr99phplhbcjzy7lahggk3gp60dvrrclxhka1w3g"))))
+ "0swavrkc5ps3fwzy6h6l5mmim0wwy10xrq0qqkay5d0zf9a965yv"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)