summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-09 22:28:45 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-11 01:14:36 +0100
commitb7d8856a7f24e8d99ef48933393cdcc0b787cf80 (patch)
tree87411422eb00b03c931cf6a55a7a0e5c9dc31816 /gnu/packages/gtk.scm
parent70255a1ac267d25734b49676a053630e5e645c84 (diff)
downloadguix-patches-b7d8856a7f24e8d99ef48933393cdcc0b787cf80.tar
guix-patches-b7d8856a7f24e8d99ef48933393cdcc0b787cf80.tar.gz
gnu: gtk+: Update to 3.24.13.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.13.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 777601ed97..3ef61c9b4a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -722,7 +722,7 @@ application suites.")
(define-public gtk+
(package (inherit gtk+-2)
(name "gtk+")
- (version "3.24.12")
+ (version "3.24.13")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -730,7 +730,7 @@ application suites.")
name "-" version ".tar.xz"))
(sha256
(base32
- "10xyyhlfb0yk4hglngxh2zsv9xrxkqv343df8h01dvagc6jyp10k"))
+ "1a9hi7k59q0kqx0n3xhsk1ly23w9g9ncllnay1756g0yrww5qxsc"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
(outputs '("out" "bin" "doc"))