guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: appstream-glib: Update to 0.7.14.


From: Marius Bakke
Subject: 02/08: gnu: appstream-glib: Update to 0.7.14.
Date: Sun, 21 Oct 2018 12:00:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 8941b4ab3d41ff2ca036c2ec6aa762fe78516c4b
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 20 17:24:12 2018 +0200

    gnu: appstream-glib: Update to 0.7.14.
    
    * gnu/packages/glib.scm (appstream-glib): Update to 0.7.14.
---
 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 14d2a8b..703cd3f 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.12")
+    (version "0.7.14")
     (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
-                "1jcb2bggcic3iczr2hn8zp8a3c2hl1xjij0aawr7kwqmzh9b3jms"))))
+                "0n0s99jmx2sx5895lcvmfjwa9r0f06i71495dpn9v9frz4asvk3d"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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