mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: grilo-plugins: Update to 0.3.11.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
This commit is contained in:
parent
583ea8f5d0
commit
62a68b7382
1 changed files with 2 additions and 3 deletions
|
@ -5686,7 +5686,7 @@ (define-public grilo
|
||||||
(define-public grilo-plugins
|
(define-public grilo-plugins
|
||||||
(package
|
(package
|
||||||
(name "grilo-plugins")
|
(name "grilo-plugins")
|
||||||
(version "0.3.10")
|
(version "0.3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5694,8 +5694,7 @@ (define-public grilo-plugins
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0wyd3n5mn7b77hxylkc3f62v01mlavh96901pz342hwrn42ydqnx"))))
|
||||||
"0jldaixc4kzycn5v8ixkjld1n0z3dp0l1p3vchgdwpvdvc7kcfw0"))))
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue