gnu: libmatroska: Update to 1.6.2.

* gnu/packages/video.scm (libmatroska): Update to 1.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-13 03:11:34 +02:00
parent 1c63b39728
commit 967fa5d072
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -818,14 +818,14 @@ (define-public libdv
(define-public libmatroska
(package
(name "libmatroska")
(version "1.6.0")
(version "1.6.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/"
"libmatroska/libmatroska-" version ".tar.xz"))
(sha256
(base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y"))))
(base32 "140r3q6n4a0n11zaf76lvyxd9gp435dgm8gn7mj0gar2hjm7ji5w"))))
(build-system cmake-build-system)
(inputs
`(("libebml" ,libebml)))