gnu: libebml: Update to 1.3.5.

* gnu/packages/xml.scm (libebml): Update to 1.3.5.
[source, home-page]: Update URI.
master
Tobias Geerinckx-Rice 2018-01-19 05:18:03 +01:00
parent 6f10e74fc7
commit a040db6d70
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net> ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com> ;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net> ;;; Copyright © 2017 Gregor Giesen <giesen@zaehlwerk.net>
@ -92,17 +92,17 @@ things the parser might find in the XML document (like start tags).")
(define-public libebml (define-public libebml
(package (package
(name "libebml") (name "libebml")
(version "1.3.4") (version "1.3.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/" (uri (string-append "https://dl.matroska.org/downloads/"
name "/" name "-" version ".tar.bz2")) name "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"11zka6z9ncywyjr1gfm5cnii33ln7y3w6s86kiacchip2g7kw3f5")))) "005a0ipqnfbsq47zrc61zszi439jw32q5xd6dc1jyb3lc0zl266q"))))
(build-system gnu-build-system) (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") (synopsis "C++ libary to parse EBML files")
(description "libebml is a C++ library to read and write EBML (Extensible (description "libebml is a C++ library to read and write EBML (Extensible
Binary Meta Language) files. EBML was designed to be a simplified binary Binary Meta Language) files. EBML was designed to be a simplified binary