diff mbox series

[bug#41901] gnu: template-glib: Update to 3.34.0.

Message ID 20200616204710.25860-1-goodoldpaul@autistici.org
State Accepted
Headers show
Series [bug#41901] gnu: template-glib: Update to 3.34.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Giacomo Leidi June 16, 2020, 8:47 p.m. UTC
* gnu/packages/glib.scm (template-glib): Update to 3.34.0.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Marius Bakke June 22, 2020, 8:22 p.m. UTC | #1
Giacomo Leidi <goodoldpaul@autistici.org> writes:

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

Applied, thanks!
diff mbox series

Patch

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")))