guix-commits
[Top][All Lists]
Advanced

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

37/62: gnu: zenity: Update to 3.28.1.


From: guix-commits
Subject: 37/62: gnu: zenity: Update to 3.28.1.
Date: Fri, 8 Feb 2019 16:26:41 -0500 (EST)

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

commit c51a8e4c752af5ec5c4431085d824c87d42f2bc9
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 4526ba6..e099914 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4758,7 +4758,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 "/"
@@ -4766,7 +4766,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]