summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-24 23:40:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-25 00:39:38 +0200
commitfb0e5874ec70db1e135e74bdcaf56146de45133d (patch)
tree5bf535d2e359c11e3f0e5bd2c83d82454c62d1e3 /gnu/packages/video.scm
parent88beddccead0f502d0434bd818b3fa33ce0a6fe2 (diff)
downloadguix-patches-fb0e5874ec70db1e135e74bdcaf56146de45133d.tar
guix-patches-fb0e5874ec70db1e135e74bdcaf56146de45133d.tar.gz
gnu: vlc: Update to 3.0.16.
* gnu/packages/video.scm (vlc): Update to 3.0.16.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fbc468eab7..33d0bcff08 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1770,7 +1770,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.14")
+ (version "3.0.16")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1779,7 +1779,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "19imhm6wd85nm2r4xwa7g500rmya021aj93b1q33gany6ddkxfa9"))))
+ "1xhhjhwihkz74dag25r5fscvw1v2byy4c8qxaxsw29gncky3bbpz"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)