gnu: gst-plugins-ugly: Update to 1.26.3.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.26.3.
This commit is contained in:
Liliana Marie Prikler 2025-04-12 10:43:27 +02:00
parent 82e2d85db5
commit 2ecf2f0892
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -996,7 +996,7 @@ par compared to the rest.")
(define-public gst-plugins-ugly (define-public gst-plugins-ugly
(package (package
(name "gst-plugins-ugly") (name "gst-plugins-ugly")
(version "1.24.9") (version "1.26.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1004,7 +1004,7 @@ par compared to the rest.")
(string-append "https://gstreamer.freedesktop.org/src/" (string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz")) name "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1dn33ivfc0rnn545y40303h5z9bm5ca9f8j2czmhbk9q1w8k0ssb")))) (base32 "19fvv6rvrcvhw4lnx078xb4b85pzbwbrqwdk841sqd7pjpl5wzs1"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas (list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas