aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-09-17 21:29:56 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-10-01 17:56:00 +0200
commit16be8d4e7be7aff7d68b2845599842dd7ab30fa4 (patch)
tree98533c3ff10da3edcf062a207748e63317f38bfe
parenta70372b4aa3108d08841c713d150c5a8029f7c62 (diff)
downloadguix-16be8d4e7be7aff7d68b2845599842dd7ab30fa4.tar
guix-16be8d4e7be7aff7d68b2845599842dd7ab30fa4.tar.gz
gnu: pugixml: Update to 1.12.1.
* gnu/packages/xml.scm (pugixml): Update to 1.12.1.
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 42d76bef53..53c3f496d5 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -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")