gnu: vlc: Update to 3.0.21.
* gnu/packages/video.scm (vlc): Update to 3.0.21. Change-Id: Ie2f8f232b41962ffe51b236fda15b3fc0ac62570 Signed-off-by: Andreas Enge <andreas@enge.fr>master
parent
2aeb37def2
commit
a575d0f5d5
|
@ -2374,7 +2374,7 @@ input files is possible, including video files.")
|
||||||
(define-public vlc
|
(define-public vlc
|
||||||
(package
|
(package
|
||||||
(name "vlc")
|
(name "vlc")
|
||||||
(version "3.0.20")
|
(version "3.0.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2383,7 +2383,7 @@ input files is possible, including video files.")
|
||||||
"/vlc-" version ".tar.xz"))
|
"/vlc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
|
"1c7vbbicx95nymrybgvd2d3p65q0wayhpvsx9ncs1vpsglfvxnr4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list flex bison gettext-minimal pkg-config))
|
(list flex bison gettext-minimal pkg-config))
|
||||||
|
|
Reference in New Issue