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

commit 7655aab9f945f1b79f55a445284e09af96731ea6
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:24 2025 +0900

    gnu: gtk+: Update to 3.24.49.
    
    * gnu/packages/gtk.scm (gtk+): Update to 3.24.49.
    
    Change-Id: I4df4c30eefb25f407f8be0cb2ce63d25fa0cf394
---
 gnu/packages/gtk.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index be3131b543..655a6c77db 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -982,16 +982,17 @@ application suites.")
   (package
     (inherit gtk+-2)
     (name "gtk+")
-    (version "3.24.43")
+    (version "3.24.49")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "mirror://gnome/sources/" name "/"
-                           (version-major+minor version)  "/"
-                           name "-" version ".tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://gitlab.gnome.org/GNOME/gtk";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "1izky8dxaxp4bg5nii4n58dgpkw79mvmvbkldf04n0qmhmjg013y"))
+         "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00"))
        (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