unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20
@ 2024-04-19  5:23 Andy Tai
  2024-04-22 20:09 ` [bug#70468] Andy Tai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Tai @ 2024-04-19  5:23 UTC (permalink / raw)
  To: 70468; +Cc: Andy Tai

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

Change-Id: I7a57c739dc3a1025c8d0fba32a9a9c492fcd1778
---
 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 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))

base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-23  9:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  5:23 [bug#70468] [PATCH] gnu: vlc: Update to 3.0.20 Andy Tai
2024-04-22 20:09 ` [bug#70468] Andy Tai
2024-04-22 21:34 ` [bug#70468] [PATCH v2] gnu: vlc: Update to 3.0.20 Dale Mellor
2024-04-23  8:58 ` bug#70468: [PATCH] " Z572

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).