guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glade3: Update to 3.8.5.


From: Efraim Flashner
Subject: 01/01: gnu: glade3: Update to 3.8.5.
Date: Tue, 08 Dec 2015 13:07:23 +0000

efraim pushed a commit to branch master
in repository guix.

commit f714d9fe0464561c4300f419a2d861ef1b3a3f6c
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 15 17:16:54 2015 +0200

    gnu: glade3: Update to 3.8.5.
    
    * gnu/packages/gnome.scm (glade3): Update to 3.8.5.
---
 gnu/packages/gnome.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index abab459..219ae82 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -745,14 +745,15 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
 (define-public glade3
   (package
     (name "glade")
-    (version "3.8.4")
+    (version "3.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version)  "/"
                                   name "3-" version ".tar.xz"))
               (sha256
-               (base32 
"021xgq2l18w3rvwms9aq2idm0fk66vwb4f777gs0qh3ap5shgbn7"))))
+               (base32
+                "0d97df5pfkrh5670a98r3d3w8zlbh1jcax6cvq6j6a20vzjgd9aq"))))
     (build-system gnu-build-system)
     (inputs
      `(("gtk+" ,gtk+-2)



reply via email to

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