[PATCH] gnu: vlc: Update to 3.0.12.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210120012117.21327-1-mike@rohleder.de
* gnu/packages/video.scm (vlc): Update to 3.0.12.
---
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 7047616306..97cb7d6837 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1771,7 +1771,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(define-public vlc
(package
(name "vlc")
- (version "3.0.11.1")
+ (version "3.0.12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1780,7 +1780,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"/vlc-" version ".tar.xz"))
(sha256
(base32
- "1f46h0hv7fk35zg4iczlp7ib7h2jmh8m4r5klw3g2558ib9134qq"))))
+ "0ygqihw2c5vvzv8950dlf7rdwz1cpz1668jgyja604ljibrmix7g"))))
(build-system gnu-build-system)
(native-inputs
`(("flex" ,flex)
--
2.30.0
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46000-done@debbugs.gnu.org)
YAeZ203SO5p+rsqE@jasmine.lan
On Wed, Jan 20, 2021 at 02:21:17AM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/video.scm (vlc): Update to 3.0.12.

Thanks! Pushed as def314d810a57c99b75f6e797275e3045a6563e8
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 46000
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