gnu: libass: Update to 0.13.7.
* gnu/packages/video.scm (libass): Update to 0.13.7.
This commit is contained in:
parent
de9d8f0e29
commit
6cb5476a3e
|
@ -311,7 +311,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
|
||||||
(define-public libass
|
(define-public libass
|
||||||
(package
|
(package
|
||||||
(name "libass")
|
(name "libass")
|
||||||
(version "0.13.6")
|
(version "0.13.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -319,7 +319,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
|
||||||
version "/libass-" version ".tar.xz"))
|
version "/libass-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b9cj5xfsa7zwlk5m146fhv102v51iqs3rapq0n2xrz30k8p9a7q"))))
|
"17byv926w1mxn56n896sxvdq4m0yv1l7qbm688h6zr3nzgsyarbh"))))
|
||||||
(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