aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-07 18:34:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-07 18:36:03 +0200
commit94f7f9503a368f186e5b523a7711dce98e700683 (patch)
treeeed6799160c55089529f5acde3f866d8073c10c0
parent0d60bf45460224592e55ea2c6fc65863837724a7 (diff)
downloadguix-94f7f9503a368f186e5b523a7711dce98e700683.tar
guix-94f7f9503a368f186e5b523a7711dce98e700683.tar.gz
gnu: vlc: Update to 3.0.7.
* gnu/packages/video.scm (vlc): Update to 3.0.7.
-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 5e687bac5e..416e69b4a0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1013,7 +1013,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.6")
+ (version "3.0.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1022,7 +1022,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "1lvyyahv6g9zv7m5g5qinyrwmw47zdsd5ysimb862j7kw15nvh8q"))))
+ "05irswyg9acflxzy4vfyvgi643r72vsvagv118zawjqg1wagxdaw"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)