summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-17 00:03:26 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:45 -0400
commitee822c1695f3a278b78230686ff79d845957e5e0 (patch)
tree9399f4e7442a9103631a5a1f9328c1a2806de5e2 /gnu
parent158d1275a9f0246c76cb2004b13c21a51fa277aa (diff)
downloadguix-ee822c1695f3a278b78230686ff79d845957e5e0.tar.gz
gnu: gtk+: Update to 3.24.18.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.18.
Diffstat (limited to 'gnu')
-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 c81b6f690b..f7c968e0f8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -762,7 +762,7 @@ application suites.")
 (define-public gtk+
   (package (inherit gtk+-2)
    (name "gtk+")
-   (version "3.24.14")
+   (version "3.24.18")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -770,7 +770,7 @@ application suites.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "120yz5gxqbv7sgdbcy4i0b6ixm8jpjzialdrqs0gv15q7bwnjk8w"))
+              "1lia2ybd1661j6mvrc00iyd50gm7sy157bdzlyf4mr028rzzzspm"))
             (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
                                      "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
    (propagated-inputs