gnu: grilo: Update to 0.3.3.
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
This commit is contained in:
parent
f4453df9a5
commit
99dd2af99e
|
@ -3325,7 +3325,7 @@ as possible!")
|
||||||
(define-public grilo
|
(define-public grilo
|
||||||
(package
|
(package
|
||||||
(name "grilo")
|
(name "grilo")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3334,7 +3334,7 @@ as possible!")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nvzr2gfk2mpzf99442zawv0n5yjcyy50rqkrvdsibknbm56hvzj"))))
|
"1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
|
||||||
|
|
Loading…
Reference in New Issue