guix-commits
[Top][All Lists]
Advanced

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

79/107: gnu: glade: Update to 3.22.2.


From: guix-commits
Subject: 79/107: gnu: glade: Update to 3.22.2.
Date: Tue, 12 May 2020 10:53:30 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit b4c55ad914dcecd5f5a6c3416fdf5dc6df9e97a9
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 16:55:52 2020 -0400

    gnu: glade: Update to 3.22.2.
    
    * gnu/packages/gnome.scm (glade): Update to 3.22.2.
---
 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 32bd793..cf2c4a9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2080,7 +2080,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
 (define-public glade3
   (package
     (name "glade")
-    (version "3.22.1")
+    (version "3.22.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2088,7 +2088,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16p38xavpid51qfy0s26n0n21f9ws1w9k5s65bzh1w7ay8p9my6z"))))
+                "08bayb1rrpblxf6jhhbw2n3c425w170is4l94pampldl4kmsdvzd"))))
     (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]