mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: libmatroska: Update to 1.6.0.
* gnu/packages/video.scm (libmatroska): Update to 1.6.0.
This commit is contained in:
parent
271f278640
commit
457a9a1343
1 changed files with 2 additions and 2 deletions
|
@ -818,14 +818,14 @@ (define-public libdv
|
||||||
(define-public libmatroska
|
(define-public libmatroska
|
||||||
(package
|
(package
|
||||||
(name "libmatroska")
|
(name "libmatroska")
|
||||||
(version "1.5.2")
|
(version "1.6.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 "0qn9lfs0877wbv581yxw2gywxywxpvwslc5q07q4f7bqpyzxxiha"))))
|
(base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libebml" ,libebml)))
|
`(("libebml" ,libebml)))
|
||||||
|
|
Loading…
Reference in a new issue