diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-22 06:26:33 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-22 08:12:53 +0100 |
commit | 7031b9a76364e3e28ee6a50325daf23240899447 (patch) | |
tree | 9f66cbad91bb0c202a58238e3810a3648c7a6499 /gnu | |
parent | aaf1bdc3497bb76b22019ded6b0846d02833e79e (diff) | |
download | patches-7031b9a76364e3e28ee6a50325daf23240899447.tar patches-7031b9a76364e3e28ee6a50325daf23240899447.tar.gz |
gnu: libass: Update to 0.13.6.
* gnu/packages/video.scm (libass): Update to 0.13.6.
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 7eff842e0d..72e4dd6b1f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -294,7 +294,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.") (define-public libass (package (name "libass") - (version "0.13.4") + (version "0.13.6") (source (origin (method url-fetch) (uri (string-append @@ -302,7 +302,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.") version "/libass-" version ".tar.xz")) (sha256 (base32 - "1dlzkjybnpl2fkvyjq0qblb7qw12cs893bs7zj3rvf8ij342yjnq")))) + "0b9cj5xfsa7zwlk5m146fhv102v51iqs3rapq0n2xrz30k8p9a7q")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |