summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-02-21 14:10:52 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-02-21 14:40:31 -0500
commit1356fa1eca74d9c064e86cd111c4e074bf498626 (patch)
tree282c2804c0299b13a1cbfa4e24d48a65e72333f6
parentf5a867765b26041e1ecc852ebcbc64c193d36648 (diff)
gnu: gtk+: Update to 3.24.41.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.41. Change-Id: I216969ec13a5c7d4136de2e037f991156c147382
-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 7ce755e708..60c49f63e3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ application suites.")
(package
(inherit gtk+-2)
(name "gtk+")
- (version "3.24.37")
+ (version "3.24.41")
(source
(origin
(method url-fetch)
@@ -1002,7 +1002,7 @@ application suites.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0mvzzgjrzzir7nzx379yz3swzk3pn1s283hgzm8l2yakq2sg0ib7"))
+ "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
;; There is no "doc" output, because adding gtk-doc here would introduce a