gnu: libmatroska: Update to 1.6.2.
* gnu/packages/video.scm (libmatroska): Update to 1.6.2.
This commit is contained in:
parent
1c63b39728
commit
967fa5d072
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||||
|
|
Reference in a new issue