mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
fb6892a924
commit
e5dce117a2
1 changed files with 13 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue