diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 04:02:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 17:21:29 +0100 |
commit | 0dfc7612ea675beebd13de7410dfb4c317b0eb77 (patch) | |
tree | 4de8eef431d1f27b5072fdb06a2b2daab783e29d /gnu/packages | |
parent | 83e0753994b1725f45e069f3897ae5a481d40f40 (diff) | |
download | guix-0dfc7612ea675beebd13de7410dfb4c317b0eb77.tar guix-0dfc7612ea675beebd13de7410dfb4c317b0eb77.tar.gz |
gnu: libmatroska: Update to 1.4.8.
* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index d2599345d4..009346a78a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -510,15 +510,15 @@ SMPTE 314M.") (define-public libmatroska (package (name "libmatroska") - (version "1.4.7") + (version "1.4.8") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/" - name "/" name "-" version ".tar.bz2")) + name "/" name "-" version ".tar.xz")) (sha256 (base32 - "1yi5cnv13nhl27xyqayd5l3sf0j3swfj3apzibv71yg9pariwi26")))) + "14n9sw974prr3yp4yjb7aadi6x2yz5a0hjw8fs3qigy5shh2piyq")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |