guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: gtk+-2: Update to 2.24.30.


From: ???
Subject: 03/13: gnu: gtk+-2: Update to 2.24.30.
Date: Thu, 24 Mar 2016 10:29:29 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit 76bcadf433e000ebf1a651eb3cc9a63b56469f05
Author: 宋文武 <address@hidden>
Date:   Wed Mar 16 10:15:12 2016 +0800

    gnu: gtk+-2: Update to 2.24.30.
    
    * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.30.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fc53571..17f3424 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -545,7 +545,7 @@ is part of the GNOME accessibility project.")
 (define-public gtk+-2
   (package
    (name "gtk+")
-   (version "2.24.28")
+   (version "2.24.30")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -553,7 +553,7 @@ is part of the GNOME accessibility project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0mj6xn40py9r9lvzg633fal81xfwfm89d9mvz7jk4lmwk0g49imj"))
+              "0l6aqk86aw5w132ygy6hv6nlxvd1h6xg7c85qbm60p6mnv1ww58d"))
             (patches (list (search-patch 
"gtk2-respect-GUIX_GTK2_PATH.patch")))))
    (build-system gnu-build-system)
    (outputs '("out" "doc"))



reply via email to

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