guix-commits
[Top][All Lists]
Advanced

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

17/62: gnu: glade3: Update to 3.22.1.


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

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

commit 046214ae1bcf5990f500709ecf836c09163955df
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 16:40:55 2018 +0200

    gnu: glade3: Update to 3.22.1.
    
    * gnu/packages/gnome.scm (glade3): Update to 3.22.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 8cdd002..a2ed47f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1113,7 +1113,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
 (define-public glade3
   (package
     (name "glade")
-    (version "3.20.2")
+    (version "3.22.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1121,7 +1121,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1vdbqqvf6nrkqml4awrq4pzfwsm5v39wdzg943nys6lmf1am9l87"))))
+                "16p38xavpid51qfy0s26n0n21f9ws1w9k5s65bzh1w7ay8p9my6z"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f ; needs X, GL, and software rendering



reply via email to

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