From b5f79f21d0840af99d69093abd2ba81f8d01dd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C3=B4t=C3=A9?= Date: Thu, 10 Jul 2025 00:15:47 -0400 Subject: [PATCH] gnu: libebml: Update to 1.4.5. * gnu/packages/xml.scm (libebml): Update to 1.4.5. Change-Id: Ib78669474d5040b6d4ceff64eb3f248ec77fc435 Signed-off-by: Andreas Enge --- gnu/packages/xml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 2ae9209f75dfe4ba1565919d6efe012b31cdf61d..687d0535d3ac1708887564b9c326220c5cecbefd 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -36,6 +36,7 @@ ;;; Copyright © 2023 Bruno Victal ;;; Copyright © 2024 Nicolas Graves ;;; Copyright © 2024 gemmaro +;;; Copyright © 2025 Antoine Côté ;;; ;;; This file is part of GNU Guix. ;;; @@ -178,14 +179,14 @@ things the parser might find in the XML document (like start tags).") (define-public libebml (package (name "libebml") - (version "1.4.4") + (version "1.4.5") (source (origin (method url-fetch) (uri (string-append "https://dl.matroska.org/downloads/libebml/" "libebml-" version ".tar.xz")) (sha256 - (base32 "19w74q2makq4qz1cjsrlbzglwfhb4497bvbnxq539jbc6n1mzp42")))) + (base32 "06r2md4jysp5q5lx108vgv8b7c596zhh7wr6sk12knlj0l5n8wa9")))) (build-system cmake-build-system) (arguments `(#:configure-flags