me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.20.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -521,7 +521,7 @@ This package provides the core library and elements.")
(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 @@ This package provides the core library and elements.")
name "-" version ".tar.xz"))
(sha256
(base32
"18vg8kk7p2p8za8zaqg0v7z6898yw5a3b12vvl7xn02pb3s7l2wn"))))
"17rw8wj1x1bg153m9z76pdvgz5k93m3riyalfpzq00x7h7fv6c3y"))))
(build-system meson-build-system)
(propagated-inputs
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc