diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 23:49:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-15 05:24:36 +0200 |
commit | 4f581bd068f2e0b3e1abaae351e9d039cb3b5793 (patch) | |
tree | f3b344fadcd37e769f10eccdf1c4f60dd8d6929f | |
parent | 3d9a6b0512ec10956c31769c5b70aa611d2910ae (diff) | |
download | guix-4f581bd068f2e0b3e1abaae351e9d039cb3b5793.tar guix-4f581bd068f2e0b3e1abaae351e9d039cb3b5793.tar.gz |
gnu: zenity: Update to 3.32.0.
* gnu/packages/gnome.scm (zenity): Update to 3.32.0.
-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 cd167cf395..52b7782b32 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4995,7 +4995,7 @@ powerful general purpose text editor.") (define-public zenity (package (name "zenity") - (version "3.30.0") + (version "3.32.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5003,7 +5003,7 @@ powerful general purpose text editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1wipnp46pd238z9ck5rsckbaw7yla6c936fswq5w94k4c6bgcplr")))) + "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7")))) (build-system gnu-build-system) (native-inputs `(("gettext" ,gettext-minimal) |