diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 19:46:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-29 01:08:18 +0200 |
commit | 98a85c78afad67a6bdc763725b7ea0a4ca60d6ac (patch) | |
tree | 2bf52486ef5822bec4d524fb7ecbc70d70ee8f2e /gnu | |
parent | 624d477bc0dcd3a60898830805a08269c4bc3e7d (diff) | |
download | guix-98a85c78afad67a6bdc763725b7ea0a4ca60d6ac.tar.gz |
gnu: libass: Update to 0.15.1.
* gnu/packages/video.scm (libass): Update to 0.15.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b8b8dfcc60..0de106be6c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1207,7 +1207,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.") (define-public libass (package (name "libass") - (version "0.15.0") + (version "0.15.1") (source (origin (method url-fetch) (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")) (sha256 (base32 - "0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz")))) + "0lwfmdizzrr4gcq3fgw4j8g9pkrqgx6h0f3pgrrnxc07s34kkp8w")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) |