diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-11 15:16:52 +0900 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:35 +0100 |
commit | fa5e11a257a3e2ab1828ec38465b18dea0618ab3 (patch) | |
tree | 446bd0dee8ac7beda210326e8f6e37350125af86 /gnu/packages/gstreamer.scm | |
parent | 19d40813c5a90af67dfdf02cc8e2fc5b1e4ffc59 (diff) |
gnu: gst-plugins-ugly: Update to 1.24.9.
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.24.9.
Change-Id: Icfb7e1732a4340a634fd84b1a71103ace2f36caf
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index ce055951c3..543c2b71ac 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -965,7 +965,7 @@ par compared to the rest.") (define-public gst-plugins-ugly (package (name "gst-plugins-ugly") - (version "1.24.6") + (version "1.24.9") (source (origin (method url-fetch) @@ -973,7 +973,7 @@ par compared to the rest.") (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "1i3m9b48ab7h385qlbxn7p43zfdpymf8gkamf9ijwa5bg0lvpzax")))) + (base32 "1dn33ivfc0rnn545y40303h5z9bm5ca9f8j2czmhbk9q1w8k0ssb")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |