guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: libmatroska: Update to 1.6.2.


From: guix-commits
Subject: 12/14: gnu: libmatroska: Update to 1.6.2.
Date: Thu, 13 Aug 2020 10:35:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 967fa5d0726d86d045552e656dba607a1ef2f7f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 13 03:11:34 2020 +0200

    gnu: libmatroska: Update to 1.6.2.
    
    * gnu/packages/video.scm (libmatroska): Update to 1.6.2.
---
 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 d115f6c..4432642 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.6.0")
+    (version "1.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.matroska.org/downloads/";
                            "libmatroska/libmatroska-" version ".tar.xz"))
        (sha256
-        (base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y"))))
+        (base32 "140r3q6n4a0n11zaf76lvyxd9gp435dgm8gn7mj0gar2hjm7ji5w"))))
     (build-system cmake-build-system)
     (inputs
      `(("libebml" ,libebml)))



reply via email to

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