gnu: vlc: Update to 3.0.11.1.

* gnu/packages/video.scm (vlc): Update to 3.0.11.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-31 00:12:59 +02:00
parent 8119b7c6f7
commit 6ec120b1c7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1224,7 +1224,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
(version "3.0.11")
(version "3.0.11.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -1233,7 +1233,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
"06a9hfl60f6l0fs5c9ma5s8np8kscm4ala6m2pdfji9lyfna351y"))))
"1f46h0hv7fk35zg4iczlp7ib7h2jmh8m4r5klw3g2558ib9134qq"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)