[PATCH 0/1] gnu: tinyxml2: Update to 8.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
55b9380c-e36a-6130-8e48-e0341971539c@gmail.com
Tested by rebuilding gromacs, whose test suite uses tinyxml2 and which
still runs OK.

The use of this version of tinyxml2 will be submitted for inclusion
in upstream gromacs, and will also allow to upstream the gromacs
patch related to tinyxml2 update.
Vincent Legoll wrote 5 years ago
[PATCH] gnu: tinyxml2: Update to 8.0.0.
(address . 41137@debbugs.gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20200508125143.16754-1-vincent.legoll@gmail.com
* gnu/packages/xml.scm (tinyxml2): Update to 8.0.0.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 32696e30ee..59cdee7599 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1111,7 +1111,7 @@ C++ programming language.")
(define-public tinyxml2
(package
(name "tinyxml2")
- (version "7.0.1")
+ (version "8.0.0")
(source
(origin
(method git-fetch)
@@ -1120,7 +1120,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
--
2.26.0
Ludovic Courtès wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 41137-done@debbugs.gnu.org)
87h7wfpy0h.fsf@gnu.org
Hi,

Vincent Legoll <vincent.legoll@gmail.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/xml.scm (tinyxml2): Update to 8.0.0.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41137@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41137
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help