guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libass: Update to 0.13.7.


From: Marius Bakke
Subject: 01/01: gnu: libass: Update to 0.13.7.
Date: Sun, 4 Jun 2017 17:20:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6cb5476a3ef4a03d55af99899a191d8dd33c871a
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 4 23:16:02 2017 +0200

    gnu: libass: Update to 0.13.7.
    
    * gnu/packages/video.scm (libass): Update to 0.13.7.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 909d23a..c2a3b97 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]