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

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.26.3.

(cherry picked from commit 8c82fb2fa3)
This commit is contained in:
Liliana Marie Prikler 2025-04-12 10:42:15 +02:00 committed by Maxim Cournoyer
parent 660d1f02a0
commit df44237be7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -515,7 +515,7 @@ This package provides the core library and elements.")
(define-public gst-plugins-base (define-public gst-plugins-base
(package (package
(name "gst-plugins-base") (name "gst-plugins-base")
(version "1.24.9") (version "1.26.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -523,7 +523,7 @@ This package provides the core library and elements.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jspg24zlpmg4bxa298v6l8hcaqw27411dj2v16y0g3xj13bkcsv")))) "0cvrq9767w0aqzinifbirbc95jg4i4md4b8f4b70hlq217pzkyaf"))))
(build-system meson-build-system) (build-system meson-build-system)
(propagated-inputs (propagated-inputs
(list glib ;required by gstreamer-sdp-1.0.pc (list glib ;required by gstreamer-sdp-1.0.pc