me
/
guix
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>
master
Vincent Legoll 2020-05-08 14:51:43 +02:00 committed by Ludovic Courtès
parent 7e6bbd8b09
commit 70d1e9714c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1101,7 +1101,7 @@ C++ programming language.")
(define-public tinyxml2
(package
(name "tinyxml2")
(version "7.0.1")
(version "8.0.0")
(source
(origin
(method git-fetch)
@ -1110,7 +1110,7 @@ C++ programming language.")
(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