[PATCH] gnu: vlc: Update to 3.0.21.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
A
A
Andy Tai wrote on 12 Jun 12:53 +0200
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
b334091875e0ff1be8d11754be532a2c067518db.1718189573.git.atai@atai.org
* 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(-)

Toggle diff (26 lines)
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
A
A
A
Andreas Enge wrote on 18 Jun 21:43 +0200
(address . 71513-done@debbugs.gnu.org)
ZnHjSyzkMbdGJ7f0@jurong
Applied, thanks!

Andreas
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71513@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71513
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch