Archived
1
0
Fork 0

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 @@ SMPTE 314M.")
(define-public libmatroska (define-public libmatroska
(package (package
(name "libmatroska") (name "libmatroska")
(version "1.6.0") (version "1.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/" (uri (string-append "https://dl.matroska.org/downloads/"
"libmatroska/libmatroska-" version ".tar.xz")) "libmatroska/libmatroska-" version ".tar.xz"))
(sha256 (sha256
(base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y")))) (base32 "140r3q6n4a0n11zaf76lvyxd9gp435dgm8gn7mj0gar2hjm7ji5w"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libebml" ,libebml))) `(("libebml" ,libebml)))