me
/
guix
Archived
1
0
Fork 0

gnu: libass: Update to 0.15.1.

* gnu/packages/video.scm (libass): Update to 0.15.1.
master
Tobias Geerinckx-Rice 2021-06-28 19:46:42 +02:00
parent 624d477bc0
commit 98a85c78af
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1207,7 +1207,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.15.0") (version "0.15.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1215,7 +1215,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
"0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz")))) "0lwfmdizzrr4gcq3fgw4j8g9pkrqgx6h0f3pgrrnxc07s34kkp8w"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))