mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: grilo: Update to 0.3.13.
* gnu/packages/gnome.scm (grilo): Update to 0.3.13.
This commit is contained in:
parent
e8d80d0456
commit
4df5b64c8a
1 changed files with 2 additions and 2 deletions
|
@ -6005,7 +6005,7 @@ (define-public gnome-klotski
|
|||
(define-public grilo
|
||||
(package
|
||||
(name "grilo")
|
||||
(version "0.3.12")
|
||||
(version "0.3.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6013,7 +6013,7 @@ (define-public grilo
|
|||
(version-major+minor version) "/"
|
||||
"grilo-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0w8sq5g6g1rg85h53vbll8va70fcp6082mlpmy98aa03444ddyyv"))))
|
||||
(base32 "0ywjvh7xw4ql1q4fvl0q5n06n08pga1g1nc9l7c3x5214gr3fj6i"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
|
||||
|
|
Loading…
Reference in a new issue