diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 15:58:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:42:30 +0100 |
commit | f8e2b57781e18316be745fd097f260264e721f20 (patch) | |
tree | 01dec3cc5a859793cc60abb8bb55d650653afa23 | |
parent | df2780718521dfabdee8283e783fa68e095cd2e4 (diff) | |
download | guix-f8e2b57781e18316be745fd097f260264e721f20.tar.gz guix-f8e2b57781e18316be745fd097f260264e721f20.zip |
gnu: zenity: Update to 3.28.1.
* gnu/packages/gnome.scm (zenity): Update to 3.28.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 91c389a9d1..7d7391b036 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4857,7 +4857,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 "/" @@ -4865,7 +4865,7 @@ powerful general purpose text editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1xzpm63cib2xzr99phplhbcjzy7lahggk3gp60dvrrclxhka1w3g")))) + "0swavrkc5ps3fwzy6h6l5mmim0wwy10xrq0qqkay5d0zf9a965yv")))) (build-system gnu-build-system) (native-inputs `(("gettext" ,gettext-minimal) |