me
/
guix
Archived
1
0
Fork 0

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: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
master
Andy Tai 2024-04-22 22:34:01 +01:00 committed by Zheng Junjie
parent 17a6d20a42
commit e5593155ad
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))