me
/
guix
Archived
1
0
Fork 0

gnu: libmatroska: Update to 1.6.3.

* gnu/packages/video.scm (libmatroska): Update to 1.6.3.
master
Léo Le Bouter 2021-03-03 21:37:14 +01:00
parent 73c541d065
commit fcb4c112e1
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -1305,14 +1305,14 @@ SMPTE 314M.")
(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)))