gnu: pugixml: Update to 1.12.1.

* gnu/packages/xml.scm (pugixml): Update to 1.12.1.
This commit is contained in:
Liliana Marie Prikler 2022-09-17 21:29:56 +02:00
parent a70372b4aa
commit 16be8d4e7b
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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