[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: libebml: Update to 1.4.0.
From: |
guix-commits |
Subject: |
03/16: gnu: libebml: Update to 1.4.0. |
Date: |
Fri, 24 Jul 2020 15:11:01 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit bceadaf42e002884bd25e779f4cd8ede8a0b0501
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 00:43:43 2020 +0200
gnu: libebml: Update to 1.4.0.
* gnu/packages/xml.scm (libebml): Update to 1.4.0.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c3a9a1c..6a212f7 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -95,14 +95,14 @@ things the parser might find in the XML document (like
start tags).")
(define-public libebml
(package
(name "libebml")
- (version "1.3.10")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
"libebml-" version ".tar.xz"))
(sha256
- (base32 "0gjy5wv2hw1xhyxdgms8azs12f33ws8j7cvg8jy5k03v2bs959y6"))))
+ (base32 "1cy4hbk8qbxn4c6pwvlsvr1rp8vhfach9rwfg4c50qa94nlckaw0"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- branch master updated (e85d7ed -> 7a9a27a), guix-commits, 2020/07/24
- 01/16: gnu: LibRaw: Update to 0.20.0 [fixes CVE-2020-15503]., guix-commits, 2020/07/24
- 03/16: gnu: libebml: Update to 1.4.0.,
guix-commits <=
- 04/16: gnu: exiv2: Update to 0.27.3., guix-commits, 2020/07/24
- 05/16: gnu: fluidsynth: Update to 2.1.4., guix-commits, 2020/07/24
- 02/16: gnu: libmatroska: Update to 1.6.0., guix-commits, 2020/07/24
- 06/16: gnu: spdlog: Update to 1.7.0., guix-commits, 2020/07/24
- 09/16: gnu: libaacs: Update to 0.11.0., guix-commits, 2020/07/24
- 11/16: gnu: libseccomp: Update to 2.5.0., guix-commits, 2020/07/24
- 07/16: gnu: re2: Update to 2020-07-06., guix-commits, 2020/07/24
- 08/16: gnu: ffmpeg: Update to 4.3.1., guix-commits, 2020/07/24
- 13/16: gnu: nginx: Update to 1.19.1., guix-commits, 2020/07/24
- 14/16: gnu: ccid: Update to 1.4.33., guix-commits, 2020/07/24