[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: VLC: Update to 3.0.18.
From: |
guix-commits |
Subject: |
branch master updated: gnu: VLC: Update to 3.0.18. |
Date: |
Tue, 03 Jan 2023 14:10:55 -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 af74211d98 gnu: VLC: Update to 3.0.18.
af74211d98 is described below
commit af74211d987d2b8510e2f4937e65f6480754886f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jan 3 13:51:21 2023 -0500
gnu: VLC: Update to 3.0.18.
* gnu/packages/video.scm (vlc): Update to 3.0.18.
---
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 fd11960f1c..c4b0024d06 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1939,7 +1939,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.17.4")
+ (version "3.0.18")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1948,7 +1948,7 @@ videoformats depend on the configuration flags of
ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc"))))
+ "1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
(build-system gnu-build-system)
(native-inputs
(list flex bison gettext-minimal pkg-config))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: VLC: Update to 3.0.18.,
guix-commits <=