me
/
guix
Archived
1
0
Fork 0

gnu: gst-libav: Update to 1.18.4.

* gnu/packages/gstreamer.scm (gst-libav)[version]: Update to 1.18.4.

Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
master
Raghav Gururajan 2021-04-12 11:36:11 +02:00
parent f8899840f8
commit 30e08fa925
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 2 additions and 2 deletions

View File

@ -876,7 +876,7 @@ think twice about shipping them.")
(define-public gst-libav
(package
(name "gst-libav")
(version "1.18.2")
(version "1.18.4")
(source
(origin
(method url-fetch)
@ -885,7 +885,7 @@ think twice about shipping them.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32 "0jbzams9ggk3sq9ywv4gsl9rghyn203l2582m6l5c1sz9ka9m5in"))))
(base32 "15n3x3vhshqa3icw93g4vqmqd46122anzqvfxwn6q8famlxlcjil"))))
(build-system meson-build-system)
(native-inputs
`(("perl" ,perl)