gnu: libmatroska: Update to 1.5.0.
* gnu/packages/video.scm (libmatroska): Update to 1.5.0.
This commit is contained in:
parent
309f340879
commit
04ef07fecb
|
@ -670,15 +670,14 @@ SMPTE 314M.")
|
||||||
(define-public libmatroska
|
(define-public libmatroska
|
||||||
(package
|
(package
|
||||||
(name "libmatroska")
|
(name "libmatroska")
|
||||||
(version "1.4.9")
|
(version "1.5.0")
|
||||||
(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
|
(base32 "07md2gvy3x92ym2k449740mdji6mhknlajkndnhi507s4wcdrvzh"))))
|
||||||
"1j4mjzx6mjzfjf9hz8g4w84krf5jccmr5cyynll0j1vwv3aiv9iq"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libebml" ,libebml)))
|
`(("libebml" ,libebml)))
|
||||||
|
|
Loading…
Reference in New Issue