kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 0a4a28b7bc9152462bd0cc9114b35e4f45171c44
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 25 10:28:40 2020 -0400
gnu: grilo-plugins: Update to 0.3.11.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1e212ad..9ccac3b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4830,7 +4830,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)
@@ -4839,7 +4839,7 @@ for application developers.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jldaixc4kzycn5v8ixkjld1n0z3dp0l1p3vchgdwpvdvc7kcfw0"))))
+ "0wyd3n5mn7b77hxylkc3f62v01mlavh96901pz342hwrn42ydqnx"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)