gnu: tinyxml2: Update to 8.0.0.

* gnu/packages/xml.scm (tinyxml2): Update to 8.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vincent Legoll 2020-05-08 14:51:43 +02:00 committed by Tobias Geerinckx-Rice
parent af8dd28877
commit 4de7af8ed3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1101,7 +1101,7 @@ (define-public tinyxml
(define-public tinyxml2
(package
(name "tinyxml2")
(version "7.0.1")
(version "8.0.0")
(source
(origin
(method git-fetch)
@ -1110,7 +1110,7 @@ (define-public tinyxml2
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1sf6sch1kawrna2f9dc8f4xl836acqcddkghzdib0s7dl48m9r7m"))))
(base32 "0raa8r2hsagk7gjlqjwax95ib8d47ba79n91r4aws2zg8y6ssv1d"))))
(build-system cmake-build-system)
(synopsis "Small XML parser for C++")
(description "TinyXML2 is a small and simple XML parsing library for the