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

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.20.3.
This commit is contained in:
Liliana Marie Prikler 2022-06-26 19:22:55 +02:00
parent aaad1a19e8
commit f1e8cc6a98
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -521,7 +521,7 @@ (define-public gstreamer
(define-public gst-plugins-base
(package
(name "gst-plugins-base")
(version "1.18.5")
(version "1.20.3")
(source
(origin
(method url-fetch)
@ -529,7 +529,7 @@ (define-public gst-plugins-base
name "-" version ".tar.xz"))
(sha256
(base32
"18vg8kk7p2p8za8zaqg0v7z6898yw5a3b12vvl7xn02pb3s7l2wn"))))
"17rw8wj1x1bg153m9z76pdvgz5k93m3riyalfpzq00x7h7fv6c3y"))))
(build-system meson-build-system)
(propagated-inputs
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc