diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 00:43:17 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-24 21:08:35 +0200 |
commit | 457a9a134354af0e1773bf60ce6e079d90a7a1f7 (patch) | |
tree | e51d1023557f0ff78e6d5a47fe8ff471f73838c1 | |
parent | 271f27864096728ebd05b61d2015ef3fade1dde6 (diff) |
gnu: libmatroska: Update to 1.6.0.
* gnu/packages/video.scm (libmatroska): Update to 1.6.0.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 4120174484..8a0e6de5c9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -818,14 +818,14 @@ SMPTE 314M.") (define-public libmatroska (package (name "libmatroska") - (version "1.5.2") + (version "1.6.0") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/" "libmatroska/libmatroska-" version ".tar.xz")) (sha256 - (base32 "0qn9lfs0877wbv581yxw2gywxywxpvwslc5q07q4f7bqpyzxxiha")))) + (base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y")))) (build-system cmake-build-system) (inputs `(("libebml" ,libebml))) |