GNU bug report logs - #67296
[PATCH 1/2] gnu: libmatroska: Update to 1.7.1.

Previous Next

Package: guix-patches;

Reported by: Antoine Côté <antoine.cote <at> posteo.net>

Date: Mon, 20 Nov 2023 14:53:02 UTC

Severity: normal

Tags: patch

Done: Sergey Trofimov <sarg <at> sarg.org.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Antoine Côté <antoine.cote <at> posteo.net>
To: 67296 <at> debbugs.gnu.org
Cc: Antoine Côté <antoine.cote <at> posteo.net>
Subject: [bug#67296] [PATCH 1/2] gnu: libmatroska: Update to 1.7.1.
Date: Mon, 20 Nov 2023 14:51:52 +0000
* gnu/packages/video.scm (libmatroska): Update to 1.7.1.

Change-Id: Ia2c943743636f0a01b1446be871b6dcd663ad0d3
---
 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 561268aabd..41bcb8c385 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1429,14 +1429,14 @@ (define-public libdv
 (define-public libmatroska
   (package
     (name "libmatroska")
-    (version "1.6.3")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.matroska.org/downloads/"
                            "libmatroska/libmatroska-" version ".tar.xz"))
        (sha256
-        (base32 "06h81sxyz2riic0gpzik6ffcnq32wrqphi8c6k55glcdymiimyfs"))))
+        (base32 "1cqq61qgv6x3xjzjrw71dya7lbsbrsmi9raqm2k4hgfrp0rk0ajp"))))
     (build-system cmake-build-system)
     (inputs
      (list libebml))

base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
-- 
2.41.0





This bug report was last modified 169 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.