me
/
guix
Archived
1
0
Fork 0

gnu: libebml: Update to 1.4.4.

* gnu/packages/xml.scm (libebml): Update to 1.4.4.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 4f276192b2
commit 6091c7ae63
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -176,14 +176,14 @@ things the parser might find in the XML document (like start tags).")
(define-public libebml
(package
(name "libebml")
(version "1.4.2")
(version "1.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
"libebml-" version ".tar.xz"))
(sha256
(base32 "1wmri5c94b02q2z32bqlpfs4vbw0n0c602321wigna2qw1y27is1"))))
(base32 "19w74q2makq4qz1cjsrlbzglwfhb4497bvbnxq539jbc6n1mzp42"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags