summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-05-24 17:12:46 +0200
committerMarius Bakke <marius@gnu.org>2022-05-26 14:22:17 +0200
commit5a29cc9adea70d58f45bff974627a4c691df982e (patch)
treec8264ed47e6c9618fd222bbc2795458ebb7eadc3
parent6b819f82857c5c2515d579dce94e89ea7d8547fd (diff)
downloadguix-patches-5a29cc9adea70d58f45bff974627a4c691df982e.tar
guix-patches-5a29cc9adea70d58f45bff974627a4c691df982e.tar.gz
gnu: vlc: Update to 3.0.17.3.
* gnu/packages/video.scm (vlc): Update to 3.0.17.3.
-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 2329746d55..61f8bd924d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1884,7 +1884,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.16")
+ (version "3.0.17.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1893,7 +1893,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "1xhhjhwihkz74dag25r5fscvw1v2byy4c8qxaxsw29gncky3bbpz"))))
+ "0510vqf35f0v9c498yki5441aig3fdqq3nv4vsb1vlvki7pr0zkg"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)