guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit c0059fa39a71127b5c41d3efeecadb05253c0579
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:08 2026 +0900

    gnu: template-glib: Update to 3.38.0.
    
    * gnu/packages/glib.scm (template-glib): Update to 3.38.0.
    [arguments]: Delete, gtk_doc is no longer supported.
    [native-inputs]: Remove gtk-doc/stable.
    
    Change-Id: Ib11597c178652a8a6528aeefba77a94c14a93fa0
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 gnu/packages/glib.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d9fec90082..fd724b2e7e 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1344,7 +1344,7 @@ other API remains the same.")
 (define-public template-glib
   (package
     (name "template-glib")
-    (version "3.36.3")
+    (version "3.38.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1352,16 +1352,13 @@ other API remains the same.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "03pj3p78rsgnz4f1bmbzym4b03nvp8py298fwpd0f3pr5idv6a6m"))))
+                "04mk1h2jzij91z5an08irah76wx6qpggf8n45rzypwnw4g10vl20"))))
     (build-system meson-build-system)
-    (arguments
-     (list #:configure-flags #~'("-D" "gtk_doc=true")))
     (inputs (list gettext-minimal glib gobject-introspection))
     (native-inputs
      (list bison
            flex
            `(,glib "bin") ;for glib-mkenums
-           gtk-doc/stable
            pkg-config
            vala))
     (home-page "https://gitlab.gnome.org/GNOME/template-glib";)

Reply via email to