gnu: template-glib: Update to 3.36.1.
* gnu/packages/glib.scm (template-glib): Update to 3.36.1. [#:configure-flags]: Update variable name. Change-Id: I90761ccfe4f4200060b7cbf05de7be9fc91fa850 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
0ea85e854d
commit
52294240c2
|
@ -1398,7 +1398,7 @@ other API remains the same.")
|
||||||
(define-public template-glib
|
(define-public template-glib
|
||||||
(package
|
(package
|
||||||
(name "template-glib")
|
(name "template-glib")
|
||||||
(version "3.34.0")
|
(version "3.36.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1406,10 +1406,10 @@ other API remains the same.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1"))))
|
"00x5yq1yidxxv6hmlvblpp2k0vf60s0xzyi0psplbmss70bpl5iv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-D" "enable_gtk_doc=true")))
|
`(#:configure-flags '("-D" "gtk_doc=true")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
|
Reference in New Issue