me
/
guix
Archived
1
0
Fork 0

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
Andy Tai 2024-06-12 03:53:51 -07:00 committed by Andreas Enge
parent 2aeb37def2
commit a575d0f5d5
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -2374,7 +2374,7 @@ input files is possible, including video files.")
(define-public vlc
(package
(name "vlc")
(version "3.0.20")
(version "3.0.21")
(source (origin
(method url-fetch)
(uri (string-append
@ -2383,7 +2383,7 @@ input files is possible, including video files.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
"1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
"1c7vbbicx95nymrybgvd2d3p65q0wayhpvsx9ncs1vpsglfvxnr4"))))
(build-system gnu-build-system)
(native-inputs
(list flex bison gettext-minimal pkg-config))