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"))))