gnu: tinyxml2: Update to 7.0.1.

* gnu/packages/xml.scm (tinyxml2): Update to 7.0.1.
[arguments]: Enable the (single) test.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-07 00:44:24 +02:00
parent 61497aa481
commit c83aa29270
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1080,7 +1080,7 @@ (define-public tinyxml
(define-public tinyxml2
(package
(name "tinyxml2")
(version "4.0.1")
(version "7.0.1")
(source
(origin
(method git-fetch)
@ -1089,10 +1089,8 @@ (define-public tinyxml2
(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.")