summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-11-02 09:43:09 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:16 -0500
commita865e9383a298fefea64478752b1738cfdaa453a (patch)
treef3daf543a8ccec3bb2db70c104430ae88b4d97ce /gnu/packages/gnome.scm
parent09956cce4caefd62e6266e295d62fa1a7150c9e5 (diff)
downloadpatches-a865e9383a298fefea64478752b1738cfdaa453a.tar
patches-a865e9383a298fefea64478752b1738cfdaa453a.tar.gz
gnu: grilo: Update to 0.3.10.
* gnu/packages/gnome.scm (grilo): Update to 0.3.10.
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 5288111b4d..2496e05d0e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4094,7 +4094,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.3.9")
+ (version "0.3.10")
(source
(origin
(method url-fetch)
@@ -4103,7 +4103,7 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "1wnabc69730jsv8dljj5ik8g7p581nw60mw1mkgamkzjcb6821bk"))))
+ "1s7ilyywf18q26aj5c4709kfizqywjlnacp4jzmj9v9i9kkv4i3y"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal