GNU bug report logs -
#71513
[PATCH] gnu: vlc: Update to 3.0.21.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 12 Jun 2024 10:54:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/video.scm (vlc): Update to 3.0.21.
Change-Id: Ie2f8f232b41962ffe51b236fda15b3fc0ac62570
---
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 387a2c8da9..07f5dff16d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2374,7 +2374,7 @@ (define-public ffmpeg-normalize
(define-public vlc
(package
(name "vlc")
- (version "3.0.20")
+ (version "3.0.21")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2383,7 +2383,7 @@ (define-public vlc
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
+ "1c7vbbicx95nymrybgvd2d3p65q0wayhpvsx9ncs1vpsglfvxnr4"))))
(build-system gnu-build-system)
(native-inputs
(list flex bison gettext-minimal pkg-config))
base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
--
2.34.1
This bug report was last modified 1 year and 51 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.