gnu: template-glib: Update to 3.34.0.

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

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Giacomo Leidi 2020-06-16 22:47:10 +02:00 committed by Marius Bakke
parent 3e84503cb2
commit cf66096d51
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1019,7 +1019,7 @@ other API remains the same.")
(define-public template-glib (define-public template-glib
(package (package
(name "template-glib") (name "template-glib")
(version "3.32.0") (version "3.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 "/"
@ -1027,7 +1027,7 @@ other API remains the same.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1g0zx0sxpw8kqp7p3sgl9kngaqrg9xl6cir24nrahks0vgsk98rr")))) "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags '("-D" "enable_gtk_doc=true"))) `(#:configure-flags '("-D" "enable_gtk_doc=true")))