gnu: libmatroska: Update to 1.4.8.
* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
This commit is contained in:
parent
83e0753994
commit
0dfc7612ea
|
@ -510,15 +510,15 @@ SMPTE 314M.")
|
||||||
(define-public libmatroska
|
(define-public libmatroska
|
||||||
(package
|
(package
|
||||||
(name "libmatroska")
|
(name "libmatroska")
|
||||||
(version "1.4.7")
|
(version "1.4.8")
|
||||||
(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/"
|
||||||
name "/" name "-" version ".tar.bz2"))
|
name "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yi5cnv13nhl27xyqayd5l3sf0j3swfj3apzibv71yg9pariwi26"))))
|
"14n9sw974prr3yp4yjb7aadi6x2yz5a0hjw8fs3qigy5shh2piyq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue