diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
commit | 6091c7ae635beaca0f5846a5e52160694fab8a08 (patch) | |
tree | c2646b7cf771f0be05ff48e34d490088a1b22116 | |
parent | 4f276192b27603e09e086cb80ac836408f56312d (diff) | |
download | guix-6091c7ae635beaca0f5846a5e52160694fab8a08.tar.gz guix-6091c7ae635beaca0f5846a5e52160694fab8a08.zip |
gnu: libebml: Update to 1.4.4.
* gnu/packages/xml.scm (libebml): Update to 1.4.4.
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 53c3f496d5..a9b39346ec 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -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 |