me
/
guix
Archived
1
0
Fork 0

gnu: gst-libav: Update to 1.20.3.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.20.3.
master
Liliana Marie Prikler 2022-06-26 19:25:42 +02:00
parent 00319b9835
commit a7c64b598b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -966,7 +966,7 @@ think twice about shipping them.")
(define-public gst-libav
(package
(name "gst-libav")
(version "1.18.5")
(version "1.20.3")
(source
(origin
(method url-fetch)
@ -975,7 +975,7 @@ think twice about shipping them.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32 "0j55jgk9sbhinfx2gsg21q609x6yzrixrn5xxlxd378fj6500bl2"))))
(base32 "1zkxybdzdkn07wwmj0rrgxyvbry472dggjv2chdsmpzwc02x3v9z"))))
(build-system meson-build-system)
(native-inputs
(list perl pkg-config python-wrapper ruby))