gnu: libmatroska: Update to 1.5.2.
* gnu/packages/video.scm (libmatroska): Update to 1.5.2.
This commit is contained in:
parent
94f7f9503a
commit
ad8e5a5332
1 changed files with 2 additions and 2 deletions
|
@ -671,14 +671,14 @@ (define-public libdv
|
|||
(define-public libmatroska
|
||||
(package
|
||||
(name "libmatroska")
|
||||
(version "1.5.0")
|
||||
(version "1.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.matroska.org/downloads/"
|
||||
"libmatroska/libmatroska-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "07md2gvy3x92ym2k449740mdji6mhknlajkndnhi507s4wcdrvzh"))))
|
||||
(base32 "0qn9lfs0877wbv581yxw2gywxywxpvwslc5q07q4f7bqpyzxxiha"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libebml" ,libebml)))
|
||||
|
|
Loading…
Reference in a new issue