diff options
Diffstat (limited to 'gnu/packages/xml.scm')
| -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") |
