diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 13:26:45 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:30 +0100 |
commit | 3c551a83c05ff8ea59d68f7de27d4269ba86e47e (patch) | |
tree | ff85a6e91c3f5d5ac1b2cccaa48c120cffcc8193 | |
parent | 11a256112075c67d74e8f4caaa95bd10b68a9360 (diff) |
gnu: gtk-doc: Update to 1.34.0.
* gnu/packages/gtk.scm (gtk-doc): Update to 1.34.0.
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index e25dfaad51..a4b1138665 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2327,7 +2327,7 @@ information.") (define-public gtk-doc (package (name "gtk-doc") - (version "1.33.2") + (version "1.34.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2335,7 +2335,7 @@ information.") name "-" version ".tar.xz")) (sha256 (base32 - "0hxza8qp52lrq7s1vbilz2vh4170cail560zi8khl0zb42d706yc")) + "0746lwxgybc5ss3hzdd0crjjghk0ck0x9jbmz73iig405arp42xj")) (patches (search-patches "gtk-doc-respect-xml-catalog.patch")))) (build-system meson-build-system) |