From 6608861ac0fc9074249732133a8dd7edb8e665f2 Mon Sep 17 00:00:00 2001 From: Christopher O'Neill Date: Fri, 17 Oct 2025 23:35:12 +0100 Subject: [PATCH] gnu: gnome-video-effects: Update to 0.6.0 * gnu/packages/gnome.scm (gnome-video-effects): Update to 0.6.0. Change-Id: I9653ee5ac7d00696a47a80f24109a700c083c897 Signed-off-by: Liliana Marie Prikler --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5bf468da6cd4357a9128605dd1def08af5e62058..36d6f646f2c512925448b4a204e2da0efde2aa20 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11755,7 +11755,7 @@ automatically and it can stream songs from online music services and charts.") (define-public gnome-video-effects (package (name "gnome-video-effects") - (version "0.5.0") + (version "0.6.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -11763,7 +11763,7 @@ automatically and it can stream songs from online music services and charts.") version ".tar.xz")) (sha256 (base32 - "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd")))) + "1a68wf9f3z3ss6nwjam55hh60qccpx10png0n8pq6nizdfsaxbnp")))) (build-system meson-build-system) (native-inputs (list gettext-minimal pkg-config))