diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 18:40:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 18:42:09 +0200 |
commit | 0bed485a39338cc276dad1beb058f0ec68e2b9a9 (patch) | |
tree | 1f70b287c05b5f2c7fa1133c55abe08c6bdff631 /gnu | |
parent | 32d531eef85f82c6e1e479b3e8c15491431e9f59 (diff) | |
download | guix-0bed485a39338cc276dad1beb058f0ec68e2b9a9.tar.gz |
gnu: vlc: Update to 3.0.11.
* gnu/packages/video.scm (vlc): Update to 3.0.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 1d24b9ca50..6e8bc251e8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1199,7 +1199,7 @@ videoformats depend on the configuration flags of ffmpeg.") (define-public vlc (package (name "vlc") - (version "3.0.10") + (version "3.0.11") (source (origin (method url-fetch) (uri (string-append @@ -1208,7 +1208,7 @@ videoformats depend on the configuration flags of ffmpeg.") "/vlc-" version ".tar.xz")) (sha256 (base32 - "0cackl1084hcmg4myf3kvjvd6sjxmzn0c0qkmanz6brvgzyanrm9")))) + "06a9hfl60f6l0fs5c9ma5s8np8kscm4ala6m2pdfji9lyfna351y")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) |