1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-14 21:24:06 +02:00

gnu: gtk-doc: Update to 1.35.1.

* gnu/packages/gtk.scm (gtk-doc): Update to 1.35.1.

Change-Id: I5f6c59b7d873dd838982bbd71464d43c84ea42ba
This commit is contained in:
Maxim Cournoyer
2026-03-22 11:44:14 +09:00
committed by Noé Lopez
parent ff65b44e7d
commit 762ded35ef
+2 -2
View File
@@ -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"))))