aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-10-10 17:05:59 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-10-10 20:09:55 +0200
commitd519bc1350b0dd8af2e974d530ff634fcaf0a6aa (patch)
tree10789f0abd85c6f0a82eafa9feead6443372eedd
parentd1eb423478b455e31935c238d6f17992f0e229b2 (diff)
downloadguix-d519bc1350b0dd8af2e974d530ff634fcaf0a6aa.tar
guix-d519bc1350b0dd8af2e974d530ff634fcaf0a6aa.tar.gz
gnu: appstream-glib: Update to 0.7.16.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
-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 c3dadbdfd3..c558d9fcb6 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)