guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: gtk+: Update to 3.24.12.


From: guix-commits
Subject: 11/16: gnu: gtk+: Update to 3.24.12.
Date: Tue, 8 Oct 2019 15:24:56 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 605b7f42cf4d452a68fbf3c65035db5238d624c0
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 8 20:36:29 2019 +0200

    gnu: gtk+: Update to 3.24.12.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.12.
---
 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 3f6043f..dd6b3e5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -721,7 +721,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.10")
+   (version "3.24.12")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -729,7 +729,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "00qvq1r96ikdalv7xzgng1kad9i0rcahqk01gwhxl3xrw83z3a1m"))
+              "10xyyhlfb0yk4hglngxh2zsv9xrxkqv343df8h01dvagc6jyp10k"))
             (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                      
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
    (outputs '("out" "bin" "doc"))



reply via email to

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