guix-commits
[Top][All Lists]
Advanced

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

04/37: gnu: gtk+: Update to 3.20.3.


From: ???
Subject: 04/37: gnu: gtk+: Update to 3.20.3.
Date: Thu, 28 Apr 2016 15:24:56 +0000

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

commit 8c19244a04fce7b4e7b4d1d09f909bff6f138920
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 08:55:10 2016 +0800

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 68bba26..f881584 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -610,7 +610,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.20.2")
+   (version "3.20.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -618,7 +618,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1xv97zrngf47hyrxz7rfrdl5xpv4y61rkmipyi300pm5iq3d3c8s"))
+              "157nh9gg0p2avw765hrnkvr8lsh2w811397yxgjv6q5j4fzz6d1q"))
             (patches (search-patches "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]