1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: VLC: Update to 3.0.18.

* gnu/packages/video.scm (vlc): Update to 3.0.18.
This commit is contained in:
Leo Famulari
2023-01-03 13:51:21 -05:00
parent 216281b1eb
commit af74211d98

View File

@@ -1939,7 +1939,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
(version "3.0.17.4")
(version "3.0.18")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1948,7 +1948,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
"0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))
"1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
(build-system gnu-build-system)
(native-inputs
(list flex bison gettext-minimal pkg-config))