guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: gtk+: Update to 3.18.2.


From: ???
Subject: 13/17: gnu: gtk+: Update to 3.18.2.
Date: Thu, 15 Oct 2015 15:42:35 +0000

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

commit 9fe2e17dd1b129605603f3e1271a4ae020d0a12e
Author: 宋文武 <address@hidden>
Date:   Thu Oct 15 23:36:00 2015 +0800

    gnu: gtk+: Update to 3.18.2.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.18.2.
---
 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 e5f2c65..678d7f4 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -514,7 +514,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.16.6")
+   (version "3.18.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -522,7 +522,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1gpzlnfrifc17yfk0zki6b2vmsfpf5cmrbh232s6iaan11np44jd"))))
+              "0lp1hn0qydxx03bianzzr0a4maqzsvylrkzr7c3p0050qihwbgjx"))))
    (propagated-inputs
     `(("at-spi2-atk" ,at-spi2-atk)
       ("atk" ,atk)



reply via email to

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