diff options
| author | Andrew Wong <wongandj@runbox.com> | 2025-12-07 20:59:53 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-26 13:15:40 +0100 |
| commit | e5dce117a2a72fec3207733d29e32debc008d9fe (patch) | |
| tree | 2667fb147e659afa4e502eb2f04c410a362dbf75 /gnu | |
| parent | fb6892a924642d92fc28b0b91aa8ccaef9ef24b0 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xml.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index b49ae62ddfb..266b2ff8513 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -1127,6 +1127,19 @@ different Unicode encodings which happen automatically during | |||
| 1127 | parsing/saving.") | 1127 | parsing/saving.") |
| 1128 | (license license:expat))) | 1128 | (license license:expat))) |
| 1129 | 1129 | ||
| 1130 | (define-public pugixml-next | ||
| 1131 | (package | ||
| 1132 | (inherit pugixml) | ||
| 1133 | (name "pugixml-next") | ||
| 1134 | (version "1.15") | ||
| 1135 | (source | ||
| 1136 | (origin | ||
| 1137 | (method url-fetch) | ||
| 1138 | (uri (string-append "https://github.com/zeux/pugixml/releases/download/v" | ||
| 1139 | version "/pugixml-" version ".tar.gz")) | ||
| 1140 | (sha256 | ||
| 1141 | (base32 "06ji1pcm74y7i0gxs5fl8nqxsjq6nl9h36pbq8hv8gvhz9bxwnk5")))))) | ||
| 1142 | |||
| 1130 | (define-public python-pyxb-x | 1143 | (define-public python-pyxb-x |
| 1131 | (package | 1144 | (package |
| 1132 | (name "python-pyxb-x") | 1145 | (name "python-pyxb-x") |
