guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gtk+-2: Update to 2.24.31 [fixes CVE-2013-7447].


From: Leo Famulari
Subject: 01/01: gnu: gtk+-2: Update to 2.24.31 [fixes CVE-2013-7447].
Date: Tue, 25 Oct 2016 20:33:30 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 3de764f7a79f5018e459f9df9735e6b54f95bc50
Author: Leo Famulari <address@hidden>
Date:   Mon Oct 24 22:42:56 2016 -0400

    gnu: gtk+-2: Update to 2.24.31 [fixes CVE-2013-7447].
    
    * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.31.
---
 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 df79239..386430f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -566,7 +566,7 @@ is part of the GNOME accessibility project.")
 (define-public gtk+-2
   (package
    (name "gtk+")
-   (version "2.24.30")
+   (version "2.24.31")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -574,7 +574,7 @@ is part of the GNOME accessibility project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0l6aqk86aw5w132ygy6hv6nlxvd1h6xg7c85qbm60p6mnv1ww58d"))
+              "0n26jm09n03nqbd00d2ij63xrby3vik56sk5yj6w1vy768kr5hb8"))
             (patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch"
                                      
"gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch"
                                      "gtk2-theme-paths.patch"))))



reply via email to

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