aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-26 04:02:17 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-26 17:21:29 +0100
commit0dfc7612ea675beebd13de7410dfb4c317b0eb77 (patch)
tree4de8eef431d1f27b5072fdb06a2b2daab783e29d
parent83e0753994b1725f45e069f3897ae5a481d40f40 (diff)
downloadguix-0dfc7612ea675beebd13de7410dfb4c317b0eb77.tar
guix-0dfc7612ea675beebd13de7410dfb4c317b0eb77.tar.gz
gnu: libmatroska: Update to 1.4.8.
* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
-rw-r--r--gnu/packages/video.scm6
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)))