diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-11-02 09:43:09 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:16 -0500 |
commit | a865e9383a298fefea64478752b1738cfdaa453a (patch) | |
tree | f3daf543a8ccec3bb2db70c104430ae88b4d97ce | |
parent | 09956cce4caefd62e6266e295d62fa1a7150c9e5 (diff) | |
download | patches-a865e9383a298fefea64478752b1738cfdaa453a.tar patches-a865e9383a298fefea64478752b1738cfdaa453a.tar.gz |
gnu: grilo: Update to 0.3.10.
* gnu/packages/gnome.scm (grilo): Update to 0.3.10.
-rw-r--r-- | 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 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 |