aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-06-04 23:16:02 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-06-04 23:16:02 +0200
commit6cb5476a3ef4a03d55af99899a191d8dd33c871a (patch)
treeae0066ddde00cd0458a8e952e172a6953c684f36 /gnu
parentde9d8f0e295928d92e0e5ea43a4e594fa78c76fb (diff)
downloadguix-6cb5476a3ef4a03d55af99899a191d8dd33c871a.tar
guix-6cb5476a3ef4a03d55af99899a191d8dd33c871a.tar.gz
gnu: libass: Update to 0.13.7.
* gnu/packages/video.scm (libass): Update to 0.13.7.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 909d23ad2e..c2a3b97505 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -311,7 +311,7 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
(define-public libass
(package
(name "libass")
- (version "0.13.6")
+ (version "0.13.7")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "0b9cj5xfsa7zwlk5m146fhv102v51iqs3rapq0n2xrz30k8p9a7q"))))
+ "17byv926w1mxn56n896sxvdq4m0yv1l7qbm688h6zr3nzgsyarbh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)