me
/
guix
Archived
1
0
Fork 0

gnu: vlc: Update to 3.0.17.4.

* gnu/packages/video.scm (vlc): Update to 3.0.17.4.
master
Efraim Flashner 2022-06-20 13:57:52 +03:00
parent d2580a3f2e
commit 8d342711dd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1886,7 +1886,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
(version "3.0.17.3")
(version "3.0.17.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -1895,7 +1895,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
"0510vqf35f0v9c498yki5441aig3fdqq3nv4vsb1vlvki7pr0zkg"))))
"0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)