Archived
1
0
Fork 0

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 @@ the form of functions.")
(define-public pugixml (define-public pugixml
(package (package
(name "pugixml") (name "pugixml")
(version "1.10") (version "1.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/zeux/pugixml/releases/download/v" (uri (string-append "https://github.com/zeux/pugixml/releases/download/v"
version "/pugixml-" version ".tar.gz")) version "/pugixml-" version ".tar.gz"))
(sha256 (sha256
(base32 "02l7nllhydggf7s64d2x84kckbmwag4lsn28sc82953hnkxrkwsm")))) (base32 "0b5apqiisq8yk51x0cwks4h2m0zd2zgjdy0w80qp9h5rccz3v496"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON") `(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")