summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-07 18:35:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-07 18:36:03 +0200
commitad8e5a5332a95219e3714ae207fcd46d42d3244e (patch)
tree87dd46a006429393d1b456cd8be3ecc0cdbc2256 /gnu
parent94f7f9503a368f186e5b523a7711dce98e700683 (diff)
downloadguix-ad8e5a5332a95219e3714ae207fcd46d42d3244e.tar.gz
gnu: libmatroska: Update to 1.5.2.
* gnu/packages/video.scm (libmatroska): Update to 1.5.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 416e69b4a0..6157748c22 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)))