guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: libebml: Update to 1.4.4.


From: guix-commits
Subject: 03/10: gnu: libebml: Update to 1.4.4.
Date: Sat, 22 Oct 2022 08:02:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6091c7ae635beaca0f5846a5e52160694fab8a08
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200

    gnu: libebml: Update to 1.4.4.
    
    * gnu/packages/xml.scm (libebml): Update to 1.4.4.
---
 gnu/packages/xml.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]