guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/107: gnu: template-glib: Update to 3.34.0.


From: guix-commits
Subject: 06/107: gnu: template-glib: Update to 3.34.0.
Date: Tue, 12 May 2020 10:53:06 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 07ecf509ff1554d9dc800e86d2f8810e06ff4c15
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 16 15:18:56 2020 -0400

    gnu: template-glib: Update to 3.34.0.
    
    * gnu/packages/glib.scm (template-glib): Update to 3.34.0.
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index accf7cc..683cefb 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1011,7 +1011,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 "/"
@@ -1019,7 +1019,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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]