guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e5dce117a2a72fec3207733d29e32debc008d9fe
Author: Andrew Wong <[email protected]>
AuthorDate: Sun Dec 7 20:59:53 2025 -0500

    gnu: Add pugixml-next.
    
    * gnu/packages/xml.scm (pugixml-next): New variable.
    
    Change-Id: I6256e7f94f85f73917c2dea30b914d90c23a429a
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/xml.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b49ae62ddf..266b2ff851 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1127,6 +1127,19 @@ different Unicode encodings which happen automatically 
during
 parsing/saving.")
     (license license:expat)))
 
+(define-public pugixml-next
+  (package
+    (inherit pugixml)
+    (name "pugixml-next")
+    (version "1.15")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "https://github.com/zeux/pugixml/releases/download/v";
+                          version "/pugixml-" version ".tar.gz"))
+      (sha256
+       (base32 "06ji1pcm74y7i0gxs5fl8nqxsjq6nl9h36pbq8hv8gvhz9bxwnk5"))))))
+
 (define-public python-pyxb-x
   (package
     (name "python-pyxb-x")

Reply via email to