gnu: vlc: Update to 3.0.20
* gnu/packages/video.scm (vlc): update to 3.0.20 Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778master
parent
17a6d20a42
commit
e5593155ad
|
@ -2365,7 +2365,7 @@ input files is possible, including video files.")
|
||||||
(define-public vlc
|
(define-public vlc
|
||||||
(package
|
(package
|
||||||
(name "vlc")
|
(name "vlc")
|
||||||
(version "3.0.18")
|
(version "3.0.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2374,7 +2374,7 @@ input files is possible, including video files.")
|
||||||
"/vlc-" version ".tar.xz"))
|
"/vlc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
|
"1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
|
||||||
(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