[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: appstream-glib: Update to 0.7.18.
From: |
guix-commits |
Subject: |
02/04: gnu: appstream-glib: Update to 0.7.18. |
Date: |
Sun, 4 Oct 2020 18:17:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9d1afee51cc41fbc3e4c558dacd6223e84a712e6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 4 23:42:36 2020 +0200
gnu: appstream-glib: Update to 0.7.18.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.18.
---
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 ca037d3..06cee22 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -950,7 +950,7 @@ programming language. It also contains the utility
(define-public appstream-glib
(package
(name "appstream-glib")
- (version "0.7.17")
+ (version "0.7.18")
(source (origin
(method url-fetch)
(uri (string-append "https://people.freedesktop.org/~hughsient/"
@@ -958,7 +958,7 @@ programming language. It also contains the utility
"appstream-glib-" version ".tar.xz"))
(sha256
(base32
- "0jg58m1p5xfrh8zkpqhhg00nqs727z5i1qy6sb0a3vyc98fyk9vw"))))
+ "00j0kkgf224nzmrha72g8pd72mymhph7vaisj35i4ffy7cpd47na"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)