diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-18 12:08:15 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-18 12:12:47 +0200 |
commit | 4df5b64c8a62aeacf8531de39fd8568338535ece (patch) | |
tree | 0ecd9594744e7bd7998b07cc698c04d6ca933f0e /gnu/packages/gnome.scm | |
parent | e8d80d045660973b12ae49dc1b71b2f5641ab92e (diff) |
gnu: grilo: Update to 0.3.13.
* gnu/packages/gnome.scm (grilo): Update to 0.3.13.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 d954a8ca58..37ae672a83 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6005,7 +6005,7 @@ as possible!") (define-public grilo (package (name "grilo") - (version "0.3.12") + (version "0.3.13") (source (origin (method url-fetch) @@ -6013,7 +6013,7 @@ as possible!") (version-major+minor version) "/" "grilo-" version ".tar.xz")) (sha256 - (base32 "0w8sq5g6g1rg85h53vbll8va70fcp6082mlpmy98aa03444ddyyv")))) + (base32 "0ywjvh7xw4ql1q4fvl0q5n06n08pga1g1nc9l7c3x5214gr3fj6i")))) (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal |