guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/77: gnu: zenity: Update to 3.28.1.


From: Ricardo Wurmus
Subject: 53/77: gnu: zenity: Update to 3.28.1.
Date: Mon, 6 Aug 2018 14:29:24 -0400 (EDT)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit ed29265112571681ff2f658ec3a85e895aa2b6a9
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 15:58:33 2018 +0200

    gnu: zenity: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (zenity): Update to 3.28.1.
---
 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 fa603bb..c5f2524 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4770,7 +4770,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 "/"
@@ -4778,7 +4778,7 @@ powerful general purpose text editor.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1xzpm63cib2xzr99phplhbcjzy7lahggk3gp60dvrrclxhka1w3g"))))
+                "0swavrkc5ps3fwzy6h6l5mmim0wwy10xrq0qqkay5d0zf9a965yv"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]