kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit e35727558074316d637f98a3a649d12feda1ba14
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 25 10:19:45 2020 -0400
gnu: grilo: Update to 0.3.12.
* gnu/packages/gnome.scm (grilo): Update to 0.3.12.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d79498a..1e212ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4789,7 +4789,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.3.10")
+ (version "0.3.12")
(source
(origin
(method url-fetch)
@@ -4798,7 +4798,7 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "1s7ilyywf18q26aj5c4709kfizqywjlnacp4jzmj9v9i9kkv4i3y"))))
+ "0w8sq5g6g1rg85h53vbll8va70fcp6082mlpmy98aa03444ddyyv"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal