guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: glade: Update to 3.20.1.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: glade: Update to 3.20.1.
Date: Thu, 5 Oct 2017 19:28:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4a79befe2cf944958f5b45be682bee290a64998f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 6 00:56:13 2017 +0200

    gnu: glade: Update to 3.20.1.
    
    * gnu/packages/gnome.scm (glade): Update to 3.20.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 fcd107a..a0a7cd3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1055,7 +1055,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
 (define-public glade3
   (package
     (name "glade")
-    (version "3.20.0")
+    (version "3.20.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1063,7 +1063,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zhqvhagy0m85p54jfiayfl0v9af7g0lj7glw8sfwh7cbp56vnc2"))))
+                "1pxikhzdzd092d4x3nacf5gfzi3mvhywrhcfqc07xakbsinnfr40"))))
     (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]