[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: zenity: Update to 3.30.0.
From: |
guix-commits |
Subject: |
04/05: gnu: zenity: Update to 3.30.0. |
Date: |
Sun, 14 Jul 2019 16:35:33 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 235743a62725a93121962d3cc3400863161913a6
Author: Kei Kebreau <address@hidden>
Date: Thu Jun 27 09:52:55 2019 -0400
gnu: zenity: Update to 3.30.0.
* gnu/packages/gnome.scm (zenity): Update to 3.30.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 03d3d88..ed27c4f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4926,7 +4926,7 @@ powerful general purpose text editor.")
(define-public zenity
(package
(name "zenity")
- (version "3.28.1")
+ (version "3.30.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4934,7 +4934,7 @@ powerful general purpose text editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0swavrkc5ps3fwzy6h6l5mmim0wwy10xrq0qqkay5d0zf9a965yv"))))
+ "1wipnp46pd238z9ck5rsckbaw7yla6c936fswq5w94k4c6bgcplr"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)