gnu: template-glib: Update to 3.36.3.

* gnu/packages/glib.scm (template-glib): Update to 3.36.3.

Change-Id: Iff2d17738aaf6c89253c2a9db3c4a777f2a536d9
This commit is contained in:
Maxim Cournoyer 2025-05-19 14:01:18 +09:00 committed by Liliana Marie Prikler
parent 93549526d3
commit 50bd7b9b21
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1426,7 +1426,7 @@ other API remains the same.")
(define-public template-glib (define-public template-glib
(package (package
(name "template-glib") (name "template-glib")
(version "3.36.2") (version "3.36.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -1434,7 +1434,7 @@ other API remains the same.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0j4rc4jvxk5pzmx5831s90m9g4cfyp10hxd1ndiyg34806jg6800")))) "03pj3p78rsgnz4f1bmbzym4b03nvp8py298fwpd0f3pr5idv6a6m"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:configure-flags #~'("-D" "gtk_doc=true"))) (list #:configure-flags #~'("-D" "gtk_doc=true")))