~ruther/guix-local

b5f79f21d0840af99d69093abd2ba81f8d01dd98 — Antoine Côté 10 months ago 22da302
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>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +3 -2
@@ 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