[PATCH] gnu: vlc: Update to 3.0.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210606110207.4da298b2@perso.pw
* gnu/packages/video.scm (vlc): Update to 3.0.14.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Tobias Geerinckx-Rice wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48866-done@debbugs.gnu.org)
87k0n7t0dk.fsf@nckx
Solene Rapenne via Guix-patches via 写道:
Toggle quote (2 lines)
> * gnu/packages/video.scm (vlc): Update to 3.0.14.

Thank you! Pushed as e2ad110f4c2a54cecaa8fed3792ba2dbe5fa2af4.

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYLz51w0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW153FsA/18lO8tUgoHPNHaH1+LgqT0V1DLzYcI5kX1fc+pw
L7DYAQDh/Wrt+HFhWQguMAKgFx9TBK1MKuDWIEl05QmXOdKoCQ==
=Ilh4
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 48866
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help