iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit a9cac7e47478c486aea6efe5cb66a7bd23dc06ee
Author: 宋文武 <[email protected]>
Date: Thu Apr 7 09:31:59 2016 +0800
gnu: grilo: Update to 0.2.15.
* gnu/packages/gnome.scm (grilo): Update to 0.2.15.
---
gnu/packages/gnome.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c0c9a05..53b55ae 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2932,7 +2932,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.2.14")
+ (version "0.2.15")
(source
(origin
(method url-fetch)
@@ -2941,7 +2941,7 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "1k8wj8f7xfaw5hxypnmwd34li3fq8h76dacach547rvsfjhjxj3r"))))
+ "05b8sqfmywg45b9frya6xmw5l3c8vf5a1nhy51nyfs0a4n1japbg"))))
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal