gnu: zenity: Update to 3.32.0.
* gnu/packages/gnome.scm (zenity): Update to 3.32.0.
This commit is contained in:
parent
3d9a6b0512
commit
4f581bd068
1 changed files with 2 additions and 2 deletions
|
@ -4995,7 +4995,7 @@ powerful general purpose text editor.")
|
||||||
(define-public zenity
|
(define-public zenity
|
||||||
(package
|
(package
|
||||||
(name "zenity")
|
(name "zenity")
|
||||||
(version "3.30.0")
|
(version "3.32.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 "/"
|
||||||
|
@ -5003,7 +5003,7 @@ powerful general purpose text editor.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wipnp46pd238z9ck5rsckbaw7yla6c936fswq5w94k4c6bgcplr"))))
|
"15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Reference in a new issue