guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gtk+: Update to 3.16.6.


From: ???
Subject: 02/03: gnu: gtk+: Update to 3.16.6.
Date: Fri, 11 Sep 2015 13:16:52 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit a35b8fc6c4ca9b0810db9c8b20bb76158dd66995
Author: 宋文武 <address@hidden>
Date:   Fri Sep 11 20:31:10 2015 +0800

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



reply via email to

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