mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -3325,7 +3325,7 @@ (define-public gnome-klotski
|
|||
(define-public grilo
|
||||
(package
|
||||
(name "grilo")
|
||||
(version "0.3.2")
|
||||
(version "0.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3334,7 +3334,7 @@ (define-public grilo
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nvzr2gfk2mpzf99442zawv0n5yjcyy50rqkrvdsibknbm56hvzj"))))
|
||||
"1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
|
||||
|
|
Loading…
Reference in a new issue