mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].
* gnu/packages/video.scm (vlc): Update to 2.2.8.
This commit is contained in:
parent
09f7c41d6c
commit
f137f84923
1 changed files with 2 additions and 2 deletions
|
@ -798,7 +798,7 @@ (define-public ffmpeg-2.8
|
|||
(define-public vlc
|
||||
(package
|
||||
(name "vlc")
|
||||
(version "2.2.6")
|
||||
(version "2.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -806,7 +806,7 @@ (define-public vlc
|
|||
version "/vlc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a22b913p2227ljz89c4fgjlyln5gcz8z58w32r0wh4srnnd60y4"))))
|
||||
"1v32snw46rkgbdqdy3dssl2y13i8p2cr1cw1i18r6vdmiy24dw4v"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("git" ,git) ; needed for a test
|
||||
|
|
Loading…
Reference in a new issue