* [bug#48866] [PATCH] gnu: vlc: Update to 3.0.14.
@ 2021-06-06 9:02 Solene Rapenne via Guix-patches via
2021-06-06 16:37 ` bug#48866: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Solene Rapenne via Guix-patches via @ 2021-06-06 9:02 UTC (permalink / raw)
To: 48866
* gnu/packages/video.scm (vlc): Update to 3.0.14.
---
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 d85a4045f1..ce5485efea 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1751,7 +1751,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.12")
+ (version "3.0.14")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1760,7 +1760,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g"))))
+ "19imhm6wd85nm2r4xwa7g500rmya021aj93b1q33gany6ddkxfa9"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-06 16:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06 9:02 [bug#48866] [PATCH] gnu: vlc: Update to 3.0.14 Solene Rapenne via Guix-patches via
2021-06-06 16:37 ` bug#48866: " Tobias Geerinckx-Rice via Guix-patches via
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).