Archived
1
0
Fork 0

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