guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: libmatroska: Update to 1.7.1.


From: guix-commits
Subject: 08/10: gnu: libmatroska: Update to 1.7.1.
Date: Sun, 7 Jan 2024 11:02:14 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ce4fbea7bb3ec43a220ee3654c19fc52c00cc9d5
Author: Antoine Côté <antoine.cote@posteo.net>
AuthorDate: Mon Nov 20 14:51:52 2023 +0000

    gnu: libmatroska: Update to 1.7.1.
    
    * gnu/packages/video.scm (libmatroska): Update to 1.7.1.
    
    Change-Id: Ia2c943743636f0a01b1446be871b6dcd663ad0d3
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 e70aa5352e..f7d720f89d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1505,14 +1505,14 @@ SMPTE 314M.")
 (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))



reply via email to

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