summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-12 17:08:28 +0100
committerMarius Bakke <marius@gnu.org>2020-12-13 21:44:10 +0100
commit7411c2efceadb6c64fa62d7e8caa2ebfb768113b (patch)
tree117ebec9c9aee487e6232f66153ac8b0f0d61ae8
parentcb89b36cbcd9dee265787bcd0af9502e236059bb (diff)
downloadguix-7411c2efceadb6c64fa62d7e8caa2ebfb768113b.tar.gz
gnu: GTK+: Update to 3.24.24.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.24.
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b4472a5e98..95812d2d85 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