guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase
in repository guix.

commit 95a32f106f7794ff6ab6ccf9630f8fdc59dc71b4
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Nov 4 15:05:11 2025 +0900

    gnu: gtk+: Update to 3.24.49, absorbing graft.
    
    * gnu/packages/gtk.scm (gtk): Update to 3.24.49.
    [replacement]: Delete field.
    (gtk+/fixed): Delete variable.
    
    Change-Id: I5161544444c47b2ed2df0e9e54d8b7905a5cc91d
---
 gnu/packages/gtk.scm | 22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 65d099c2a1..140f1c96f9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1009,9 +1009,8 @@ application suites.")
 (define-public gtk+
   (package
     (inherit gtk+-2)
-    (replacement gtk+/fixed)
     (name "gtk+")
-    (version "3.24.49")
+    (version "3.24.51")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1020,7 +1019,7 @@ application suites.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00"))
+                "07vw0rani9d65px36fzzj7sprv5r48shyjdgzipkihzqaldd98yh"))
               (patches (search-patches
                         "gtk3-respect-GUIX_GTK3_PATH.patch"
                         "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
@@ -1141,23 +1140,6 @@ application suites.")
              (variable "GUIX_GTK3_PATH")
              (files '("lib/gtk-3.0")))))))
 
-(define-public gtk+/fixed
-  (let* ((base gtk+)
-         (source (package-source base)))
-    (package
-      (inherit base)
-      (version "3.24.51")
-      (source
-       (origin
-         (inherit source)
-         (uri (git-reference
-                (inherit (origin-uri source))
-                (commit version)))
-         (file-name (git-file-name (package-name base) version))
-         (sha256
-          (base32
-           "07vw0rani9d65px36fzzj7sprv5r48shyjdgzipkihzqaldd98yh")))))))
-
 (define-public gtk
   (package
     (name "gtk")

Reply via email to