gnu: pugixml: Update to 1.11.

* gnu/packages/xml.scm (pugixml): Update to 1.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-28 15:08:44 +01:00
parent ef05520873
commit c5c69451e3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -992,14 +992,14 @@ (define-public perl-xml-xpath
(define-public pugixml
(package
(name "pugixml")
(version "1.10")
(version "1.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/zeux/pugixml/releases/download/v"
version "/pugixml-" version ".tar.gz"))
(sha256
(base32 "02l7nllhydggf7s64d2x84kckbmwag4lsn28sc82953hnkxrkwsm"))))
(base32 "0b5apqiisq8yk51x0cwks4h2m0zd2zgjdy0w80qp9h5rccz3v496"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")