mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: vlc: Update to 2.2.6.
* gnu/packages/video.scm (vlc): Update to 2.2.6.
This commit is contained in:
parent
2eb676819f
commit
dd13aa90d6
1 changed files with 2 additions and 2 deletions
|
@ -646,7 +646,7 @@ (define-public ffmpeg-2.8
|
|||
(define-public vlc
|
||||
(package
|
||||
(name "vlc")
|
||||
(version "2.2.5.1")
|
||||
(version "2.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -654,7 +654,7 @@ (define-public vlc
|
|||
version "/vlc-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k51vm6piqlrnld7sxyg0s4kdkd3lan97lmy3v5wdh3qyll8m2xj"))))
|
||||
"1a22b913p2227ljz89c4fgjlyln5gcz8z58w32r0wh4srnnd60y4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("git" ,git) ; needed for a test
|
||||
|
|
Loading…
Reference in a new issue