gnu: libmatroska: Update to 1.6.3.
authorLéo Le Bouter <lle-bout@zaclys.net>
Wed, 3 Mar 2021 20:37:14 +0000 (21:37 +0100)
committerLéo Le Bouter <lle-bout@zaclys.net>
Wed, 3 Mar 2021 20:37:14 +0000 (21:37 +0100)
* gnu/packages/video.scm (libmatroska): Update to 1.6.3.

gnu/packages/video.scm

index 08ceebb..564c465 100644 (file)
@@ -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)))