guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: libebml: Update to 1.3.9.


From: guix-commits
Subject: 12/12: gnu: libebml: Update to 1.3.9.
Date: Fri, 7 Jun 2019 13:24:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bc48088b14a4513044f87ce656db6945311c40d6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 7 18:35:21 2019 +0200

    gnu: libebml: Update to 1.3.9.
    
    * gnu/packages/xml.scm (libebml): Update to 1.3.9.
---
 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 394bf88..400dca9 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -85,14 +85,14 @@ things the parser might find in the XML document (like 
start tags).")
 (define-public libebml
   (package
     (name "libebml")
-    (version "1.3.7")
+    (version "1.3.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dl.matroska.org/downloads/libebml/";
                            "libebml-" version ".tar.xz"))
        (sha256
-        (base32 "1x79b35dj5d2x7xf7ql83w2cr0v5n2vsd08q6y6grmw4yn3lq973"))))
+        (base32 "0j65r6i7s2k67c8f9wa653mqpxmfhdl67kjxrc1n5910ig6wddn6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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