summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSolene Rapenne via Guix-patches via <guix-patches@gnu.org>2021-06-06 11:02:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-06 18:34:12 +0200
commite2ad110f4c2a54cecaa8fed3792ba2dbe5fa2af4 (patch)
treec32d0bcf980f31debf5b068d9fa77bc1e01abdc1 /gnu
parentd00713d49ec144987cf59c94a462f0245834e6b0 (diff)
gnu: vlc: Update to 3.0.14.
* gnu/packages/video.scm (vlc): Update to 3.0.14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-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 7d072dd7ec..e352cbf6fd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1763,7 +1763,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.12")
+ (version "3.0.14")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1772,7 +1772,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g"))))
+ "19imhm6wd85nm2r4xwa7g500rmya021aj93b1q33gany6ddkxfa9"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)