guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: tinyxml2: Update to 7.0.1.


From: guix-commits
Subject: 05/12: gnu: tinyxml2: Update to 7.0.1.
Date: Fri, 7 Jun 2019 13:24:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c83aa2927058fcd28d1a9abc8298a185d77675d3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 7 00:44:24 2019 +0200

    gnu: tinyxml2: Update to 7.0.1.
    
    * gnu/packages/xml.scm (tinyxml2): Update to 7.0.1.
    [arguments]: Enable the (single) test.
---
 gnu/packages/xml.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index cbf2f65..394bf88 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1080,7 +1080,7 @@ C++ programming language.")
 (define-public tinyxml2
   (package
     (name "tinyxml2")
-    (version "4.0.1")
+    (version "7.0.1")
     (source
      (origin
        (method git-fetch)
@@ -1089,10 +1089,8 @@ C++ programming language.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a0skfi8rzk53qcxbv88qlvhlqzvsvg4hm20dnx4zw7vrn6anr9y"))))
+        (base32 "1sf6sch1kawrna2f9dc8f4xl836acqcddkghzdib0s7dl48m9r7m"))))
     (build-system cmake-build-system)
-    (arguments
-     `(#:tests? #f))                    ; no tests
     (synopsis "Small XML parser for C++")
     (description "TinyXML2 is a small and simple XML parsing library for the
 C++ programming language.")



reply via email to

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