guix-commits
[Top][All Lists]
Advanced

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

10/40: gnu: GTK+: Update to 3.24.24.


From: guix-commits
Subject: 10/40: gnu: GTK+: Update to 3.24.24.
Date: Sun, 13 Dec 2020 15:46:15 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 7411c2efceadb6c64fa62d7e8caa2ebfb768113b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:08:28 2020 +0100

    gnu: GTK+: Update to 3.24.24.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.24.
---
 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 b4472a5..95812d2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -841,7 +841,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.23")
+   (version "3.24.24")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -849,7 +849,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1cg2vbwbcp7bc84ky0b69ipgdr9djhspnf5k8lajb8jphcj4v1jx"))
+              "12ipk1d376bai9v820qzhxba93kkh5abi6mhyqr4hwjvqmkl77fc"))
             (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                      
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
    (propagated-inputs



reply via email to

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