diff options
| author | Christopher O'Neill <code@chrisoneill.co.uk> | 2025-10-17 23:35:12 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-03 17:35:08 +0100 |
| commit | 6608861ac0fc9074249732133a8dd7edb8e665f2 (patch) | |
| tree | cbaaef09a3464aa75b339da7308a82eb6cd0cbcf /gnu | |
| parent | 38b8ebad0ce51a603ee422c04957a38e2894f1e3 (diff) | |
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -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 5bf468da6cd..36d6f646f2c 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)) |
