guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libass: Update to 0.15.1.


From: guix-commits
Subject: 04/04: gnu: libass: Update to 0.15.1.
Date: Mon, 28 Jun 2021 19:10:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 98a85c78afad67a6bdc763725b7ea0a4ca60d6ac
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 28 19:46:42 2021 +0200

    gnu: libass: Update to 0.15.1.
    
    * gnu/packages/video.scm (libass): Update to 0.15.1.
---
 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 b8b8dfc..0de106b 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")))



reply via email to

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