~ruther/guix-local

0562a81eae87b0ffe759535017d5283bfdebc918 — Efraim Flashner 9 years ago c174891
gnu: pugixml: Update to 1.7.

* gnu/packages/xml.scm (pugixml): Update to 1.7.
1 files changed, 4 insertions(+), 5 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +4 -5
@@ 569,16 569,15 @@ server, collect the answer, and finally decoding the XML to Perl.")
(define-public pugixml
  (package
    (name "pugixml")
    (version "1.6")
    (version "1.7")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "https://github.com/zeux/pugixml/archive/v"
                          version ".tar.gz"))
      (file-name (string-append name "-" version ".tar.gz"))
      (uri (string-append "https://github.com/zeux/pugixml/releases/download/v"
                          version "/pugixml-" version ".tar.gz"))
      (sha256
       (base32
        "0czbcv9aqf2rw3s9cljz2wb1f4zbhd07wnj7ykklklccl0ipfnwi"))))
        "1jpml475kbhs1aqwa48g2cbfxlrb9qp115m2j9yryxhxyr30vqgv"))))
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f