From: Dale Mellor <guix-devel-0brg6a@rdmp.org>
To: 70468@debbugs.gnu.org
Cc: guix-devel-0brg6a@rdmp.org, atai@atai.org
Subject: [bug#70468] [PATCH v2] gnu: vlc: Update to 3.0.20
Date: Mon, 22 Apr 2024 22:34:01 +0100 [thread overview]
Message-ID: <20240422213401.939213-1-guix-devel-0brg6a@rdmp.org> (raw)
In-Reply-To: <f207309ca91bfd377884ee34f78709a69571a908.1713504162.git.atai@atai.org>
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 --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))
--
2.41.0
next prev parent reply other threads:[~2024-04-22 21:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Dale Mellor [this message]
2024-04-23 8:58 ` bug#70468: [PATCH] gnu: vlc: Update to 3.0.20 Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240422213401.939213-1-guix-devel-0brg6a@rdmp.org \
--to=guix-devel-0brg6a@rdmp.org \
--cc=70468@debbugs.gnu.org \
--cc=atai@atai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.