1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add pugixml-next.

* gnu/packages/xml.scm (pugixml-next): New variable.

Change-Id: I6256e7f94f85f73917c2dea30b914d90c23a429a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Andrew Wong
2025-12-07 20:59:53 -05:00
committed by Liliana Marie Prikler
parent fb6892a924
commit e5dce117a2

View File

@@ -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")