guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: appstream-glib: Update to 0.7.16.


From: guix-commits
Subject: 03/07: gnu: appstream-glib: Update to 0.7.16.
Date: Thu, 10 Oct 2019 14:16:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d519bc1350b0dd8af2e974d530ff634fcaf0a6aa
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 10 17:05:59 2019 +0200

    gnu: appstream-glib: Update to 0.7.16.
    
    * gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
---
 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 c3dadbdfd..c558d9f 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -839,7 +839,7 @@ programming language.  It also contains the utility
 (define-public appstream-glib
   (package
     (name "appstream-glib")
-    (version "0.7.15")
+    (version "0.7.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://people.freedesktop.org/~hughsient/";
@@ -847,7 +847,7 @@ programming language.  It also contains the utility
                                   "appstream-glib-" version ".tar.xz"))
               (sha256
                (base32
-                "17ram4j3cvs78si0gi1labarr91pw68zn8kam41cqbvlwdyr89vy"))))
+                "14jr1psx5kxywdprgbqn79w309yz8lrqlsq7288hfrf87gbr1wh4"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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