[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: libmatroska: Update to 1.4.8.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/08: gnu: libmatroska: Update to 1.4.8. |
Date: |
Fri, 26 Jan 2018 11:41:36 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0dfc7612ea675beebd13de7410dfb4c317b0eb77
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 26 04:02:17 2018 +0100
gnu: libmatroska: Update to 1.4.8.
* gnu/packages/video.scm (libmatroska): Update to 1.4.8.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d259934..009346a 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)))
- branch master updated (2ede8c6 -> c5730ff), Tobias Geerinckx-Rice, 2018/01/26
- 07/08: gnu: xmlsec: Correct home page., Tobias Geerinckx-Rice, 2018/01/26
- 04/08: gnu: python-mox3: Use @uref in description., Tobias Geerinckx-Rice, 2018/01/26
- 01/08: gnu: supertuxkart: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/01/26
- 08/08: gnu: xmlsec: Update to 1.2.25., Tobias Geerinckx-Rice, 2018/01/26
- 03/08: gnu: libmatroska: Update to 1.4.8.,
Tobias Geerinckx-Rice <=
- 02/08: gnu: znc: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/01/26
- 06/08: gnu: html-xml-utils: Update to 7.5., Tobias Geerinckx-Rice, 2018/01/26
- 05/08: gnu: ffms2: Use canonical home page URI., Tobias Geerinckx-Rice, 2018/01/26