gnu: grilo-plugins: Update to 0.3.11.

* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-29 05:25:38 +02:00
parent 583ea8f5d0
commit 62a68b7382
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5686,7 +5686,7 @@ (define-public grilo
(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 @@ (define-public grilo-plugins
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"0jldaixc4kzycn5v8ixkjld1n0z3dp0l1p3vchgdwpvdvc7kcfw0"))))
(base32 "0wyd3n5mn7b77hxylkc3f62v01mlavh96901pz342hwrn42ydqnx"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)