[PATCH] gnu: mkvtoolnix: Update to 51.0.0.

  • 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)
20201027203546.6953-1-mike@rohleder.de
* gnu/packages/video.scm (mkvtoolnix): Update to 51.0.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cbab4a295f..df5219fed1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -882,14 +882,14 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public mkvtoolnix
(package
(name "mkvtoolnix")
- (version "50.0.0")
+ (version "51.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://mkvtoolnix.download/sources/"
"mkvtoolnix-" version ".tar.xz"))
(sha256
- (base32 "09485qfbdirr9g536shglzdm271yipb1669r3dm3hxp46k0x59aq"))
+ (base32 "0w2crz6wnfw18m9m4zrij1yplcq5drzhz8n58w9kp51wl48a0yn1"))
(modules '((guix build utils)))
(snippet '(begin
;; Delete bundled libraries.
--
2.29.1
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44263@debbugs.gnu.org)
20201027221900.GA31667@jasmine.lan
On Tue, Oct 27, 2020 at 09:35:46PM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/video.scm (mkvtoolnix): Update to 51.0.0.

Thanks! Pushed as 1424024af1738947dcc930329ef7baf0b07e4d89
Leo Famulari wrote 4 years ago
(no subject)
(address . control@debbugs.gnu.org)
20201027222037.GA31752@jasmine.lan
close 44263
?
Your comment

This issue is archived.

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

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