mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gtk-doc: Update to 1.34.0.
* gnu/packages/gtk.scm (gtk-doc): Update to 1.34.0.
This commit is contained in:
parent
11a2561120
commit
3c551a83c0
1 changed files with 2 additions and 2 deletions
|
@ -2327,7 +2327,7 @@ information.")
|
||||||
(define-public gtk-doc
|
(define-public gtk-doc
|
||||||
(package
|
(package
|
||||||
(name "gtk-doc")
|
(name "gtk-doc")
|
||||||
(version "1.33.2")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -2335,7 +2335,7 @@ information.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hxza8qp52lrq7s1vbilz2vh4170cail560zi8khl0zb42d706yc"))
|
"0746lwxgybc5ss3hzdd0crjjghk0ck0x9jbmz73iig405arp42xj"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "gtk-doc-respect-xml-catalog.patch"))))
|
(search-patches "gtk-doc-respect-xml-catalog.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue