[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: vlc: Update to 3.0.12.
From: |
guix-commits |
Subject: |
branch master updated: gnu: vlc: Update to 3.0.12. |
Date: |
Tue, 19 Jan 2021 21:47:36 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new def314d gnu: vlc: Update to 3.0.12.
def314d is described below
commit def314d810a57c99b75f6e797275e3045a6563e8
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Jan 20 02:21:17 2021 +0100
gnu: vlc: Update to 3.0.12.
* gnu/packages/video.scm (vlc): Update to 3.0.12.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 7047616..97cb7d6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1771,7 +1771,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.11.1")
+ (version "3.0.12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1780,7 +1780,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "1f46h0hv7fk35zg4iczlp7ib7h2jmh8m4r5klw3g2558ib9134qq"))))
+ "0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g"))))
(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.12.,
guix-commits <=