mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: VLC: Update to 3.0.4.
* gnu/packages/video.scm (vlc): Update to 3.0.4.
This commit is contained in:
parent
5d9c28f117
commit
091ef8c97e
1 changed files with 2 additions and 2 deletions
|
@ -864,7 +864,7 @@ (define %vlc-libx264-compat.patch
|
|||
(define-public vlc
|
||||
(package
|
||||
(name "vlc")
|
||||
(version "3.0.3-1")
|
||||
(version "3.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -874,7 +874,7 @@ (define-public vlc
|
|||
(patches (list %vlc-libx264-compat.patch))
|
||||
(sha256
|
||||
(base32
|
||||
"1p7qvdvg9w4lz8vckzhn6bswfkq3qw7fqkgvwjcskdgc266xx7dw"))))
|
||||
"17jsq0zqpqyxw4ckvjba0hf6zk8ywc4wf8sy3z03hh3ij0vxpwq1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("flex" ,flex)
|
||||
|
|
Loading…
Reference in a new issue