diff options
author | Antoine Côté <antoine.cote@posteo.net> | 2025-07-10 00:15:47 -0400 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-11 10:41:15 +0200 |
commit | b5f79f21d0840af99d69093abd2ba81f8d01dd98 (patch) | |
tree | 5a71e4426eaa1733d3fa19526d885159811fed38 /gnu/packages/xml.scm | |
parent | 22da302b2659f06f5b08081ef154bcf85b5ab703 (diff) |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 2ae9209f75..687d0535d3 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -36,6 +36,7 @@ ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu> ;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr> ;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com> +;;; Copyright © 2025 Antoine Côté <antoine.cote@posteo.net> ;;; ;;; 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 |