[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: appstream-glib: Update to 0.7.12.
From: |
Marius Bakke |
Subject: |
07/07: gnu: appstream-glib: Update to 0.7.12. |
Date: |
Thu, 30 Aug 2018 12:46:43 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 883832b4804cde76239ceef1cdc7f9ed808435f3
Author: Marius Bakke <address@hidden>
Date: Thu Aug 30 18:41:27 2018 +0200
gnu: appstream-glib: Update to 0.7.12.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.12.
---
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 33b7755..14d2a8b 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.10")
+ (version "0.7.12")
(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
- "08bs0hnkvdzqv9pakv1y4c4ph77rmzjq22g760w20sv7vs63nia3"))))
+ "1jcb2bggcic3iczr2hn8zp8a3c2hl1xjij0aawr7kwqmzh9b3jms"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
- branch master updated (0f377aa -> 883832b), Marius Bakke, 2018/08/30
- 02/07: gnu: p11-kit: Update to 0.23.14., Marius Bakke, 2018/08/30
- 01/07: gnu: lilv: Propagate LV2., Marius Bakke, 2018/08/30
- 04/07: gnu: samba: Update to 4.8.5., Marius Bakke, 2018/08/30
- 03/07: gnu: ldb: Update to 1.3.6., Marius Bakke, 2018/08/30
- 06/07: gnu: GnuPG: Update to 2.2.10., Marius Bakke, 2018/08/30
- 05/07: gnu: rng-tools: Update to 6.4., Marius Bakke, 2018/08/30
- 07/07: gnu: appstream-glib: Update to 0.7.12.,
Marius Bakke <=