summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-08-30 18:41:27 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-08-30 18:44:57 +0200
commit883832b4804cde76239ceef1cdc7f9ed808435f3 (patch)
tree4f2312eef399ab3281972a6c8f4aa8d4b72cffea /gnu/packages/glib.scm
parent4c13cb36f8a4dafcc3647441e301ffdabdae9166 (diff)
downloadguix-patches-883832b4804cde76239ceef1cdc7f9ed808435f3.tar
guix-patches-883832b4804cde76239ceef1cdc7f9ed808435f3.tar.gz
gnu: appstream-glib: Update to 0.7.12.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.12.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 33b77555b5..14d2a8b315 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)