diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-26 09:46:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-26 09:48:37 +0200 |
commit | cf40f8e4d7b50ca7db0a661bc1b7d90f11627314 (patch) | |
tree | b5b7e07f821ee8583b362e1f10cf65da51a73cf4 /gnu/packages/video.scm | |
parent | 332a2765031a39fd02a23a16492f68ec3a597b1b (diff) | |
download | patches-cf40f8e4d7b50ca7db0a661bc1b7d90f11627314.tar patches-cf40f8e4d7b50ca7db0a661bc1b7d90f11627314.tar.gz |
gnu: vlc: Update to 3.0.7.1.
* gnu/packages/video.scm (vlc): Update to 3.0.7.1.
Diffstat (limited to 'gnu/packages/video.scm')
-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 4b9e05edfe..0ca5469709 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.7") + (version "3.0.7.1") (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 - "05irswyg9acflxzy4vfyvgi643r72vsvagv118zawjqg1wagxdaw")))) + "1xb4c8n0hkwijzfdlbwadhxnx9z8rlhmrdq4c7q74rq9f51q0m86")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) |