guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: appstream-glib: Update to 0.7.15.


From: guix-commits
Subject: 09/10: gnu: appstream-glib: Update to 0.7.15.
Date: Sat, 2 Mar 2019 16:25:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0d6f2ea13a5f7788144daf4f361bf8235c3d3744
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 16:06:23 2019 +0100

    gnu: appstream-glib: Update to 0.7.15.
    
    * gnu/packages/glib.scm (appstream-glib): Update to 0.7.15.
---
 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 5148a6a..5877c5f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -783,7 +783,7 @@ programming langauage.  It also contains the utility
 (define-public appstream-glib
   (package
     (name "appstream-glib")
-    (version "0.7.14")
+    (version "0.7.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://people.freedesktop.org/~hughsient/";
@@ -791,7 +791,7 @@ programming langauage.  It also contains the utility
                                   "appstream-glib-" version ".tar.xz"))
               (sha256
                (base32
-                "0n0s99jmx2sx5895lcvmfjwa9r0f06i71495dpn9v9frz4asvk3d"))))
+                "17ram4j3cvs78si0gi1labarr91pw68zn8kam41cqbvlwdyr89vy"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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