iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 8480efe2701fe80f2353bda7c47fd5e5788def60
Author: 宋文武 <[email protected]>
Date: Fri Apr 29 11:27:04 2016 +0800
gnu: grilo: Update to 0.3.0.
* gnu/packages/gnome.scm (grilo): Update to 0.3.0.
---
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 f54fd29..53c199f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2945,7 +2945,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.2.15")
+ (version "0.3.0")
(source
(origin
(method url-fetch)
@@ -2954,7 +2954,7 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "05b8sqfmywg45b9frya6xmw5l3c8vf5a1nhy51nyfs0a4n1japbg"))))
+ "0q5wcvnckpfks48hy0gvlfdmvqm67vnblm3912rssmkgc1ysil8z"))))
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal