lilyp pushed a commit to branch gnome-team
in repository guix.

commit d72f3c9dff481a40c16257775609566cba214387
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 11:03:26 2024 +0200

    gnu: gtk+: Update to 3.24.41.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.41.
---
 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 1144bb4b35..2811f06994 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1023,7 +1023,7 @@ application suites.")
   (package
     (inherit gtk+-2)
     (name "gtk+")
-    (version "3.24.41")
+    (version "3.24.43")
     (source
      (origin
        (method url-fetch)
@@ -1032,7 +1032,7 @@ application suites.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7"))
+         "1izky8dxaxp4bg5nii4n58dgpkw79mvmvbkldf04n0qmhmjg013y"))
        (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

Reply via email to