gnu: vlc: Update to 3.0.14.

* gnu/packages/video.scm (vlc): Update to 3.0.14.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Solene Rapenne via Guix-patches via 2021-06-06 11:02:07 +02:00 committed by Tobias Geerinckx-Rice
parent d00713d49e
commit e2ad110f4c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1763,7 +1763,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc (define-public vlc
(package (package
(name "vlc") (name "vlc")
(version "3.0.12") (version "3.0.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1772,7 +1772,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz")) "/vlc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g")))) "19imhm6wd85nm2r4xwa7g500rmya021aj93b1q33gany6ddkxfa9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("flex" ,flex) `(("flex" ,flex)