guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: appstream-glib: Update to 0.7.10.


From: Marius Bakke
Subject: 05/18: gnu: appstream-glib: Update to 0.7.10.
Date: Thu, 12 Jul 2018 11:21:39 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 316ece170c8e72bb21ba17c5910f02815d04bc2f
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 12 16:02:59 2018 +0200

    gnu: appstream-glib: Update to 0.7.10.
    
    * gnu/packages/glib.scm (appstream-glib): Update to 0.7.10.
---
 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 7ea22fe..95d7976 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -787,7 +787,7 @@ programming langauage.  It also contains the utility
 (define-public appstream-glib
   (package
     (name "appstream-glib")
-    (version "0.7.5")
+    (version "0.7.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://people.freedesktop.org/~hughsient/";
@@ -795,7 +795,7 @@ programming langauage.  It also contains the utility
                                   "appstream-glib-" version ".tar.xz"))
               (sha256
                (base32
-                "0ps80cbqnf3q86rvz3ajqjssdgkjc9kmynqf0wxqfir7ayc9y9ag"))))
+                "08bs0hnkvdzqv9pakv1y4c4ph77rmzjq22g760w20sv7vs63nia3"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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