me
/
guix
Archived
1
0
Fork 0

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>
master
Michael Rohleder 2020-10-27 21:35:46 +01:00 committed by Leo Famulari
parent 0c4aa3beac
commit 1424024af1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -882,14 +882,14 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public mkvtoolnix (define-public mkvtoolnix
(package (package
(name "mkvtoolnix") (name "mkvtoolnix")
(version "50.0.0") (version "51.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://mkvtoolnix.download/sources/" (uri (string-append "https://mkvtoolnix.download/sources/"
"mkvtoolnix-" version ".tar.xz")) "mkvtoolnix-" version ".tar.xz"))
(sha256 (sha256
(base32 "09485qfbdirr9g536shglzdm271yipb1669r3dm3hxp46k0x59aq")) (base32 "0w2crz6wnfw18m9m4zrij1yplcq5drzhz8n58w9kp51wl48a0yn1"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
;; Delete bundled libraries. ;; Delete bundled libraries.