me
/
guix
Archived
1
0
Fork 0

gnu: pugixml: Update to 1.7.

* gnu/packages/xml.scm (pugixml): Update to 1.7.
master
Efraim Flashner 2016-07-03 08:28:51 +03:00
parent c17489124e
commit 0562a81eae
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 4 additions and 5 deletions

View File

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