guix-commits
[Top][All Lists]
Advanced

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

13/48: gnu: gtk+: Update to 3.20.9.


From: ???
Subject: 13/48: gnu: gtk+: Update to 3.20.9.
Date: Tue, 23 Aug 2016 12:11:48 +0000 (UTC)

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

commit a3d346b6eca0d528044e94294c80d3d1d79f5929
Author: 宋文武 <address@hidden>
Date:   Mon Aug 22 21:44:01 2016 +0800

    gnu: gtk+: Update to 3.20.9.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.20.9.
---
 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 ed81cf8..b825a96 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -615,7 +615,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.20.3")
+   (version "3.20.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -623,7 +623,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "157nh9gg0p2avw765hrnkvr8lsh2w811397yxgjv6q5j4fzz6d1q"))
+              "05xcwvy68p7f4hdhi4bgdm3aycvqqr4pr5kkkr8ba91l5yx0k9l3"))
             (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"))))
    (outputs '("out" "bin" "doc"))
    (propagated-inputs



reply via email to

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