3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: zenity: Update to 3.28.1.

* gnu/packages/gnome.scm (zenity): Update to 3.28.1.
This commit is contained in:
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

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)