diff options
author | Liliana Marie Prikler <[email protected]> | 2024-08-17 23:27:24 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:30 +0100 |
commit | 14cc8b21481a24d65309602d4a92e1579c766414 (patch) | |
tree | 18f13ea7322a06addbac470a2caddca5c851e280 | |
parent | a26f053c6fb02cea953ca1c279ef1d1cc0aea5b2 (diff) |
gnu: gst-plugins-ugly: Update to 1.24.6.
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.24.6.
-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 13df01af14..d0f5ecbe52 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -958,7 +958,7 @@ par compared to the rest.") (define-public gst-plugins-ugly (package (name "gst-plugins-ugly") - (version "1.22.3") + (version "1.24.6") (source (origin (method url-fetch) @@ -966,7 +966,7 @@ par compared to the rest.") (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) (sha256 - (base32 "0q53snvh7kr8g7qqxy4v5ska0d78kgc5bkp6qjrnhcr9qbaqxj9x")))) + (base32 "1i3m9b48ab7h385qlbxn7p43zfdpymf8gkamf9ijwa5bg0lvpzax")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |