mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: vlc: Update to 2.2.0
* gnu/packages/video.scm (vlc): Update to version 2.2.0.
This commit is contained in:
parent
32d9109f24
commit
ad036bda89
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ (define-public ffmpeg-2.2
|
||||||
(define-public vlc
|
(define-public vlc
|
||||||
(package
|
(package
|
||||||
(name "vlc")
|
(name "vlc")
|
||||||
(version "2.1.5")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -231,7 +231,7 @@ (define-public vlc
|
||||||
version "/vlc-" version ".tar.xz"))
|
version "/vlc-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0whzbn7ahn5maarcwl1yhk9lq10b0q0y9w5pjl9kh3frdjmncrbg"))))
|
"05smn9hqdp7iscc1dj4cxp1mrlad7b50lhlnlqisfzf493i2f2jy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("git" ,git) ; needed for a test
|
`(("git" ,git) ; needed for a test
|
||||||
|
|
Loading…
Reference in a new issue