gnu: zenity: Update to 3.20.0.
* gnu/packages/gnome.scm (zenity): Update to 3.20.0.
This commit is contained in:
parent
ea7dc14c5d
commit
9e8660f514
|
@ -3999,7 +3999,7 @@ powerful general purpose text editor.")
|
||||||
(define-public zenity
|
(define-public zenity
|
||||||
(package
|
(package
|
||||||
(name "zenity")
|
(name "zenity")
|
||||||
(version "3.18.1.1")
|
(version "3.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4007,7 +4007,7 @@ powerful general purpose text editor.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02m88dfm1rziqk2ywakwib06wl1rxangbzih6cp8wllbyl1plcg6"))))
|
"0j2sy6imwp41l75hy3fwr68n35drvanbwgmr42kc04zqjy9pbs02"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gnu-gettext)
|
||||||
|
|
Loading…
Reference in New Issue