guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gtk+: Update to 3.18.6.


From: Efraim Flashner
Subject: 03/04: gnu: gtk+: Update to 3.18.6.
Date: Wed, 16 Dec 2015 11:35:53 +0000

efraim pushed a commit to branch security-updates
in repository guix.

commit 78311c819d2855bb6f9f007f7ec97dee0b6b2cb5
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 15 22:56:08 2015 +0200

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



reply via email to

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