mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
3e84503cb2
commit
cf66096d51
1 changed files with 2 additions and 2 deletions
|
@ -1019,7 +1019,7 @@ (define perl-net-dbus-glib
|
|||
(define-public template-glib
|
||||
(package
|
||||
(name "template-glib")
|
||||
(version "3.32.0")
|
||||
(version "3.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1027,7 +1027,7 @@ (define-public template-glib
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1g0zx0sxpw8kqp7p3sgl9kngaqrg9xl6cir24nrahks0vgsk98rr"))))
|
||||
"1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-D" "enable_gtk_doc=true")))
|
||||
|
|
Loading…
Reference in a new issue