diff mbox series

[bug#70468,v2] gnu: vlc: Update to 3.0.20

Message ID 20240422213401.939213-1-guix-devel-0brg6a@rdmp.org
State New
Headers show
Series [bug#70468,v2] gnu: vlc: Update to 3.0.20 | expand

Commit Message

Dale Mellor April 22, 2024, 9:34 p.m. UTC
From: Andy Tai <atai@atai.org>

* gnu/packages/video.scm (vlc): update to 3.0.20

Review:
  * Minimum change needed for a micro-version bump in a package
  * Lint, build-check and install all clean
  * Tested by watching an episode of Star Trek: The Next Generation

Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org>
Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 00072055d3..9ec02101a8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2365,7 +2365,7 @@  (define-public ffmpeg-normalize
 (define-public vlc
   (package
     (name "vlc")
-    (version "3.0.18")
+    (version "3.0.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2374,7 +2374,7 @@  (define-public vlc
                     "/vlc-" version ".tar.xz"))
               (sha256
                (base32
-                "1v7db9icrb12yz7banq2wvpjpvqfrj031yj1kf5smn35qcwl82ap"))))
+                "1d99p93k8d86bbanym6b6jii1aiavb570lpb83gws8979mdjiixd"))))
     (build-system gnu-build-system)
     (native-inputs
      (list flex bison gettext-minimal pkg-config))