guix-commits
[Top][All Lists]
Advanced

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

30/77: gnu: glade3: Update to 3.22.1.


From: Ricardo Wurmus
Subject: 30/77: gnu: glade3: Update to 3.22.1.
Date: Mon, 6 Aug 2018 14:29:19 -0400 (EDT)

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

commit 8e37f1c7f430669a42c15385c185ff65a675d487
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 66d818c..9be5ddd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1108,7 +1108,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 "/"
@@ -1116,7 +1116,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]