summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-01 14:25:03 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-04 13:49:56 +0200
commit1648530f4a093991ed073d74cde566cbf9fa8077 (patch)
tree1f27a115a6954676f2ec7523953e69a437b87bb0 /gnu/packages/gtk.scm
parent140716a5c92ac7db2d8fdcc471bce4a0b49637e8 (diff)
downloadguix-patches-1648530f4a093991ed073d74cde566cbf9fa8077.tar
guix-patches-1648530f4a093991ed073d74cde566cbf9fa8077.tar.gz
gnu: gtk+: Update to 3.24.10.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.10.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6f37e5e8ca..61d3e45a05 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -730,9 +730,7 @@ application suites.")
(define-public gtk+
(package (inherit gtk+-2)
(name "gtk+")
- ;; NOTE: When updating the version of 'gtk+', the hash of 'mate-themes' in
- ;; mate.scm will also need to be updated.
- (version "3.24.9")
+ (version "3.24.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -740,7 +738,7 @@ application suites.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0dg6jf2763sp740ls6b5y86b5b9zhz3zj0sbmar2xpws1lkv0zjp"))
+ "00qvq1r96ikdalv7xzgng1kad9i0rcahqk01gwhxl3xrw83z3a1m"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
(outputs '("out" "bin" "doc"))