guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libmatroska: Update to 1.6.3.


From: guix-commits
Subject: 02/02: gnu: libmatroska: Update to 1.6.3.
Date: Wed, 3 Mar 2021 15:38:03 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit fcb4c112e1390e8bb5182a45234e6040d77ddede
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 3 21:37:14 2021 +0100

    gnu: libmatroska: Update to 1.6.3.
    
    * gnu/packages/video.scm (libmatroska): Update to 1.6.3.
---
 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 08ceebb..564c465 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1305,14 +1305,14 @@ SMPTE 314M.")
 (define-public libmatroska
   (package
     (name "libmatroska")
-    (version "1.6.2")
+    (version "1.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.matroska.org/downloads/";
                            "libmatroska/libmatroska-" version ".tar.xz"))
        (sha256
-        (base32 "140r3q6n4a0n11zaf76lvyxd9gp435dgm8gn7mj0gar2hjm7ji5w"))))
+        (base32 "06h81sxyz2riic0gpzik6ffcnq32wrqphi8c6k55glcdymiimyfs"))))
     (build-system cmake-build-system)
     (inputs
      `(("libebml" ,libebml)))



reply via email to

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