kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit aa5519319b5e8fca18cc07241e94d4aad9de6007
Author: Kei Kebreau <[email protected]>
AuthorDate: Fri Apr 17 00:03:26 2020 -0400
gnu: gtk+: Update to 3.24.18.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.18.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b84f9b6..c802dad 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