guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: libmatroska: Update to 1.6.0.


From: guix-commits
Subject: 02/16: gnu: libmatroska: Update to 1.6.0.
Date: Fri, 24 Jul 2020 15:11:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 457a9a134354af0e1773bf60ce6e079d90a7a1f7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 00:43:17 2020 +0200

    gnu: libmatroska: Update to 1.6.0.
    
    * gnu/packages/video.scm (libmatroska): Update to 1.6.0.
---
 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 4120174..8a0e6de 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -818,14 +818,14 @@ SMPTE 314M.")
 (define-public libmatroska
   (package
     (name "libmatroska")
-    (version "1.5.2")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.matroska.org/downloads/";
                            "libmatroska/libmatroska-" version ".tar.xz"))
        (sha256
-        (base32 "0qn9lfs0877wbv581yxw2gywxywxpvwslc5q07q4f7bqpyzxxiha"))))
+        (base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y"))))
     (build-system cmake-build-system)
     (inputs
      `(("libebml" ,libebml)))



reply via email to

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