guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: libmatroska: Update to 1.5.2.


From: guix-commits
Subject: 11/12: gnu: libmatroska: Update to 1.5.2.
Date: Fri, 7 Jun 2019 13:24:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ad8e5a5332a95219e3714ae207fcd46d42d3244e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 7 18:35:12 2019 +0200

    gnu: libmatroska: Update to 1.5.2.
    
    * gnu/packages/video.scm (libmatroska): Update to 1.5.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 416e69b..6157748 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -671,14 +671,14 @@ SMPTE 314M.")
 (define-public libmatroska
   (package
     (name "libmatroska")
-    (version "1.5.0")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.matroska.org/downloads/";
                            "libmatroska/libmatroska-" version ".tar.xz"))
        (sha256
-        (base32 "07md2gvy3x92ym2k449740mdji6mhknlajkndnhi507s4wcdrvzh"))))
+        (base32 "0qn9lfs0877wbv581yxw2gywxywxpvwslc5q07q4f7bqpyzxxiha"))))
     (build-system cmake-build-system)
     (inputs
      `(("libebml" ,libebml)))



reply via email to

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