me
/
guix
Archived
1
0
Fork 0

gnu: pugixml: Update to 1.11.

* gnu/packages/xml.scm (pugixml): Update to 1.11.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -992,14 +992,14 @@ the form of functions.")
(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")