diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-29 05:25:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-29 05:26:56 +0200 |
commit | 62a68b738232d4570c0d5219e197431d5c15c569 (patch) | |
tree | cfc781eb8e3a480cd9c19e4a3e8e1f73c3f6ee71 | |
parent | 583ea8f5d0b111c166c49ac5c94ed3dd026554f4 (diff) | |
download | guix-62a68b738232d4570c0d5219e197431d5c15c569.tar.gz |
gnu: grilo-plugins: Update to 0.3.11.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3778e81516..59f827d65d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5686,7 +5686,7 @@ for application developers.") (define-public grilo-plugins (package (name "grilo-plugins") - (version "0.3.10") + (version "0.3.11") (source (origin (method url-fetch) @@ -5694,8 +5694,7 @@ for application developers.") (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 - "0jldaixc4kzycn5v8ixkjld1n0z3dp0l1p3vchgdwpvdvc7kcfw0")))) + (base32 "0wyd3n5mn7b77hxylkc3f62v01mlavh96901pz342hwrn42ydqnx")))) (build-system meson-build-system) (native-inputs `(("gettext" ,gettext-minimal) |