me
/
guix
Archived
1
0
Fork 0

gnu: pugixml: Update to 1.12.1.

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

View File

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