diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-10-27 21:35:46 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-10-27 18:18:17 -0400 |
commit | 1424024af1738947dcc930329ef7baf0b07e4d89 (patch) | |
tree | 1f70c45793ca15a6d7a21f500166e35ac6225b89 /gnu/packages | |
parent | 0c4aa3beac68ad46a825ed558ae5137bcccab101 (diff) |
gnu: mkvtoolnix: Update to 51.0.0.
* gnu/packages/video.scm (mkvtoolnix): Update to 51.0.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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. |