diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2020-06-16 22:47:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-22 23:52:54 +0200 |
commit | cf66096d51de78c6e46c55d81d654d9941a5bc4c (patch) | |
tree | 0bf3398de50e37decc06634431686dbbd83df5a2 /gnu/packages/glib.scm | |
parent | 3e84503cb2bd926dca191bc25e885df2967eeb69 (diff) | |
download | guix-cf66096d51de78c6e46c55d81d654d9941a5bc4c.tar.gz |
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>
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 94dc6adf6f..4835c84be9 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -1019,7 +1019,7 @@ other API remains the same.") (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 @@ other API remains the same.") name "-" version ".tar.xz")) (sha256 (base32 - "1g0zx0sxpw8kqp7p3sgl9kngaqrg9xl6cir24nrahks0vgsk98rr")))) + "1z9xkin5fyfh071ma9y045jcw83hgx33dfbjraw6cxk0qdmfysr1")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-D" "enable_gtk_doc=true"))) |