diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-21 03:42:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-21 04:06:59 +0100 |
commit | 04ef07fecb03f213a09d365aac2b793e62a90943 (patch) | |
tree | 465e96fa528919699911f59a3a216e64e0181606 /gnu/packages/video.scm | |
parent | 309f340879122f8081e9a099b98b0fc1758a077b (diff) | |
download | patches-04ef07fecb03f213a09d365aac2b793e62a90943.tar patches-04ef07fecb03f213a09d365aac2b793e62a90943.tar.gz |
gnu: libmatroska: Update to 1.5.0.
* gnu/packages/video.scm (libmatroska): Update to 1.5.0.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7b59a68c13..dc277de518 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -670,15 +670,14 @@ SMPTE 314M.") (define-public libmatroska (package (name "libmatroska") - (version "1.4.9") + (version "1.5.0") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/" "libmatroska/libmatroska-" version ".tar.xz")) (sha256 - (base32 - "1j4mjzx6mjzfjf9hz8g4w84krf5jccmr5cyynll0j1vwv3aiv9iq")))) + (base32 "07md2gvy3x92ym2k449740mdji6mhknlajkndnhi507s4wcdrvzh")))) (build-system cmake-build-system) (inputs `(("libebml" ,libebml))) |