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

commit fa6e8b4b8452b58348967028f985d38291d4ec93
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:14 2026 +0900

    gnu: gtk-doc: Update to 1.35.1.
    
    * gnu/packages/gtk.scm (gtk-doc): Update to 1.35.1.
    
    Change-Id: I5f6c59b7d873dd838982bbd71464d43c84ea42ba
---
 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 fff17c859f..d442025e80 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2205,7 +2205,7 @@ information.")
 (define-public gtk-doc
   (package
     (name "gtk-doc")
-    (version "1.34.0")
+    (version "1.35.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2213,7 +2213,7 @@ information.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0746lwxgybc5ss3hzdd0crjjghk0ck0x9jbmz73iig405arp42xj"))
+                "1qi5bgqca1chdcfw7v4h3sw8jg661nmp77d7x658mn6nxlj9y731"))
               (patches
                (search-patches "gtk-doc-respect-xml-catalog.patch"
                                "gtk-doc-mkhtml-test-fix.patch"))))

Reply via email to