guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]