guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: pugixml: Update to 1.9.


From: Tobias Geerinckx-Rice
Subject: 02/07: gnu: pugixml: Update to 1.9.
Date: Mon, 16 Apr 2018 12:56:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 727ffbd56b016a3cb4a81bd0b03b17ce8164a73b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 16 18:28:24 2018 +0200

    gnu: pugixml: Update to 1.9.
    
    * gnu/packages/xml.scm (pugixml): Update to 1.9.
---
 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 849e352..6e32ffb 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -824,7 +824,7 @@ the form of functions.")
 (define-public pugixml
   (package
     (name "pugixml")
-    (version "1.8.1")
+    (version "1.9")
     (source
      (origin
       (method url-fetch)
@@ -832,7 +832,7 @@ the form of functions.")
                           version "/pugixml-" version ".tar.gz"))
       (sha256
        (base32
-        "0fcgggry5x5bn0zhb09ij9hb0p45nb0sv0d9fw3cm1cf62hp9n80"))))
+        "19nv3zhik3djp4blc4vrjwrl8dfhzmal8b21sq7y907nhddx6mni"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCMAKE_CXX_FLAGS=-shared -fPIC"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]