guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: libebml: Update to 1.3.5.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: libebml: Update to 1.3.5.
Date: Fri, 19 Jan 2018 07:16:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a040db6d70d021d482a12aa9a91ab4199a99d9af
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 19 05:18:03 2018 +0100

    gnu: libebml: Update to 1.3.5.
    
    * gnu/packages/xml.scm (libebml): Update to 1.3.5.
    [source, home-page]: Update URI.
---
 gnu/packages/xml.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 01a4353..ff26214 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016, 2017 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Adriano Peluso <address@hidden>
 ;;; Copyright © 2017 Gregor Giesen <address@hidden>
@@ -92,17 +92,17 @@ things the parser might find in the XML document (like 
start tags).")
 (define-public libebml
   (package
     (name "libebml")
-    (version "1.3.4")
+    (version "1.3.5")
     (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
-         "11zka6z9ncywyjr1gfm5cnii33ln7y3w6s86kiacchip2g7kw3f5"))))
+         "005a0ipqnfbsq47zrc61zszi439jw32q5xd6dc1jyb3lc0zl266q"))))
     (build-system gnu-build-system)
-    (home-page "https://www.matroska.org";)
+    (home-page "https://matroska-org.github.io/libebml/";)
     (synopsis "C++ libary to parse EBML files")
     (description "libebml is a C++ library to read and write EBML (Extensible
 Binary Meta Language) files.  EBML was designed to be a simplified binary



reply via email to

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