gnu: template-glib: Update to 3.36.2.

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

Change-Id: Ib945eb6748143cb9b921758215ce00e721f288b0
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Vivien Kraus 2024-03-18 20:34:20 +01:00 committed by Christopher Baines
parent ff3a9b8717
commit ebe30c3754
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

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