diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-04 23:42:36 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-05 00:16:57 +0200 |
commit | 9d1afee51cc41fbc3e4c558dacd6223e84a712e6 (patch) | |
tree | 8cd0e39b2914f0e38c9e22e95e5de9f45609dcc0 | |
parent | b67e684e15df36eba49c477a03013dee888e7664 (diff) | |
download | guix-9d1afee51cc41fbc3e4c558dacd6223e84a712e6.tar.gz |
gnu: appstream-glib: Update to 0.7.18.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.18.
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index ca037d3b24..06cee22603 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) |