mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libmatroska: Update to 1.6.3.
* gnu/packages/video.scm (libmatroska): Update to 1.6.3.
This commit is contained in:
parent
73c541d065
commit
fcb4c112e1
1 changed files with 2 additions and 2 deletions
|
@ -1305,14 +1305,14 @@ (define-public libdv
|
|||
(define-public libmatroska
|
||||
(package
|
||||
(name "libmatroska")
|
||||
(version "1.6.2")
|
||||
(version "1.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.matroska.org/downloads/"
|
||||
"libmatroska/libmatroska-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "140r3q6n4a0n11zaf76lvyxd9gp435dgm8gn7mj0gar2hjm7ji5w"))))
|
||||
(base32 "06h81sxyz2riic0gpzik6ffcnq32wrqphi8c6k55glcdymiimyfs"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libebml" ,libebml)))
|
||||
|
|
Loading…
Reference in a new issue