diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-13 03:11:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-13 16:09:42 +0200 |
commit | 967fa5d0726d86d045552e656dba607a1ef2f7f1 (patch) | |
tree | 7e9cfc66b82266519833ad8053eec0ad85c79c78 | |
parent | 1c63b397282894e20185580f788903a4a5bc9090 (diff) | |
download | guix-967fa5d0726d86d045552e656dba607a1ef2f7f1.tar.gz |
gnu: libmatroska: Update to 1.6.2.
* gnu/packages/video.scm (libmatroska): Update to 1.6.2.
-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 d115f6c455..44326420a8 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.6.0") + (version "1.6.2") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/" "libmatroska/libmatroska-" version ".tar.xz")) (sha256 - (base32 "0cs03ghf7h65yvv8yf915bx4a47i6d3w2mjbs5zpz000spmrrj7y")))) + (base32 "140r3q6n4a0n11zaf76lvyxd9gp435dgm8gn7mj0gar2hjm7ji5w")))) (build-system cmake-build-system) (inputs `(("libebml" ,libebml))) |