guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: gtk+: Update to 3.18.9.


From: ???
Subject: 02/13: gnu: gtk+: Update to 3.18.9.
Date: Thu, 24 Mar 2016 10:29:29 +0000

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

commit 2d8d82d97b11a3f1594618ea5a38d71d824ee888
Author: 宋文武 <address@hidden>
Date:   Wed Mar 16 09:59:23 2016 +0800

    gnu: gtk+: Update to 3.18.9.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.18.9.
---
 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 2ec5704..fc53571 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -606,7 +606,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.18.2")
+   (version "3.18.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -614,7 +614,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0lp1hn0qydxx03bianzzr0a4maqzsvylrkzr7c3p0050qihwbgjx"))
+              "1gdchcz20srwhyf9rmynq88yg63mls2shzadr5625d7r025pygbq"))
             (patches (list (search-patch 
"gtk3-respect-GUIX_GTK3_PATH.patch")))))
    (propagated-inputs
     `(("at-spi2-atk" ,at-spi2-atk)



reply via email to

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