From 762ded35ef077ccde4407cdf7ee54fc84630ddd2 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 22 Mar 2026 11:44:14 +0900 Subject: [PATCH] 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 425a0dc0787..429ec34f6ee 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2211,7 +2211,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 "/" @@ -2219,7 +2219,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"))))