From 5ed159c5e4319d9aae1eb041791f03dabf92a25a Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Fri, 29 Apr 2016 11:27:04 +0800 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f54fd29305..53c199fc57 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 -- cgit v1.2.3