[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: vlc: Update to 3.0.14.
From: |
guix-commits |
Subject: |
branch master updated: gnu: vlc: Update to 3.0.14. |
Date: |
Sun, 06 Jun 2021 12:36:01 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e2ad110 gnu: vlc: Update to 3.0.14.
e2ad110 is described below
commit e2ad110f4c2a54cecaa8fed3792ba2dbe5fa2af4
Author: Solene Rapenne via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Jun 6 11:02:07 2021 +0200
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>
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7d072dd..e352cbf 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: vlc: Update to 3.0.14.,
guix-commits <=