summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2015-12-13 07:37:21 +0200
committerEfraim Flashner <efraim@flashner.co.il>2015-12-13 07:38:31 +0200
commitc725dc4da1d1fa1e052d769355581278b9fe4e2c (patch)
tree369734e04641c599848298342a4e8647ae846652 /gnu/packages/gnome.scm
parentc79595178ce4ff37d3f8d5b2a5803d6d8db03c00 (diff)
downloadguix-patches-c725dc4da1d1fa1e052d769355581278b9fe4e2c.tar
guix-patches-c725dc4da1d1fa1e052d769355581278b9fe4e2c.tar.gz
gnu: grilo: Update to 0.2.14.
* gnu/packages/gnome.scm (grilo): Update to 0.2.14.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 86539e6a96..abb595b982 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2894,7 +2894,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.2.12")
+ (version "0.2.14")
(source
(origin
(method url-fetch)
@@ -2903,7 +2903,7 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "11bvc7rsrjjwz8hp67p3fn8zmywrpawrcbi3vgw8b0dwa0sndd2m"))))
+ "1k8wj8f7xfaw5hxypnmwd34li3fq8h76dacach547rvsfjhjxj3r"))))
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal