unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41137] [PATCH 0/1] gnu: tinyxml2: Update to 8.0.0.
@ 2020-05-08 12:50 Vincent Legoll
  2020-05-08 12:51 ` [bug#41137] [PATCH] " Vincent Legoll
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-05-08 12:50 UTC (permalink / raw)
  To: 41137

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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#41137] [PATCH] gnu: tinyxml2: Update to 8.0.0.
  2020-05-08 12:50 [bug#41137] [PATCH 0/1] gnu: tinyxml2: Update to 8.0.0 Vincent Legoll
@ 2020-05-08 12:51 ` Vincent Legoll
  2020-05-16 17:53   ` bug#41137: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2020-05-08 12:51 UTC (permalink / raw)
  To: 41137; +Cc: Vincent Legoll

* gnu/packages/xml.scm (tinyxml2): Update to 8.0.0.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#41137: [PATCH] gnu: tinyxml2: Update to 8.0.0.
  2020-05-08 12:51 ` [bug#41137] [PATCH] " Vincent Legoll
@ 2020-05-16 17:53   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-05-16 17:53 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 41137-done

Hi,

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

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

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-16 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 12:50 [bug#41137] [PATCH 0/1] gnu: tinyxml2: Update to 8.0.0 Vincent Legoll
2020-05-08 12:51 ` [bug#41137] [PATCH] " Vincent Legoll
2020-05-16 17:53   ` bug#41137: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).