mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: vlc: Update to 3.0.16.
* gnu/packages/video.scm (vlc): Update to 3.0.16.
This commit is contained in:
parent
88beddccea
commit
fb0e5874ec
1 changed files with 2 additions and 2 deletions
|
@ -1770,7 +1770,7 @@ (define-public ffmpegthumbnailer
|
|||
(define-public vlc
|
||||
(package
|
||||
(name "vlc")
|
||||
(version "3.0.14")
|
||||
(version "3.0.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1779,7 +1779,7 @@ (define-public vlc
|
|||
"/vlc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19imhm6wd85nm2r4xwa7g500rmya021aj93b1q33gany6ddkxfa9"))))
|
||||
"1xhhjhwihkz74dag25r5fscvw1v2byy4c8qxaxsw29gncky3bbpz"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("flex" ,flex)
|
||||
|
|
Loading…
Reference in a new issue