gnu: zenity: Update to 3.28.1.

* gnu/packages/gnome.scm (zenity): Update to 3.28.1.
master
Ricardo Wurmus 2018-08-06 15:58:33 +02:00
parent df27807185
commit f8e2b57781
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)