diff options
Diffstat (limited to 'gnu/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 90181a17738..c3a9a1cfebf 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -1108,7 +1108,7 @@ C++ programming language.") | |||
| 1108 | (origin | 1108 | (origin |
| 1109 | (method git-fetch) | 1109 | (method git-fetch) |
| 1110 | (uri (git-reference | 1110 | (uri (git-reference |
| 1111 | (url "https://github.com/leethomason/tinyxml2.git") | 1111 | (url "https://github.com/leethomason/tinyxml2") |
| 1112 | (commit version))) | 1112 | (commit version))) |
| 1113 | (file-name (git-file-name name version)) | 1113 | (file-name (git-file-name name version)) |
| 1114 | (sha256 | 1114 | (sha256 |
| @@ -1216,7 +1216,7 @@ elements to their parents | |||
| 1216 | (origin | 1216 | (origin |
| 1217 | (method git-fetch) | 1217 | (method git-fetch) |
| 1218 | (uri (git-reference | 1218 | (uri (git-reference |
| 1219 | (url "https://github.com/dilshod/xlsx2csv.git") | 1219 | (url "https://github.com/dilshod/xlsx2csv") |
| 1220 | (commit version))) | 1220 | (commit version))) |
| 1221 | (file-name (git-file-name name version)) | 1221 | (file-name (git-file-name name version)) |
| 1222 | (sha256 | 1222 | (sha256 |
| @@ -1628,7 +1628,7 @@ with XPath too.") | |||
| 1628 | (source (origin | 1628 | (source (origin |
| 1629 | (method git-fetch) | 1629 | (method git-fetch) |
| 1630 | (uri (git-reference | 1630 | (uri (git-reference |
| 1631 | (url "https://github.com/elharo/xom.git") | 1631 | (url "https://github.com/elharo/xom") |
| 1632 | (commit (string-append "XOM_" version)))) | 1632 | (commit (string-append "XOM_" version)))) |
| 1633 | (file-name (git-file-name name version)) | 1633 | (file-name (git-file-name name version)) |
| 1634 | (sha256 | 1634 | (sha256 |
| @@ -1767,7 +1767,7 @@ package is in maintenance mode.") | |||
| 1767 | (source (origin | 1767 | (source (origin |
| 1768 | (method git-fetch) | 1768 | (method git-fetch) |
| 1769 | (uri (git-reference | 1769 | (uri (git-reference |
| 1770 | (url "https://github.com/dom4j/dom4j.git") | 1770 | (url "https://github.com/dom4j/dom4j") |
| 1771 | (commit (string-append "version-" version)))) | 1771 | (commit (string-append "version-" version)))) |
| 1772 | (file-name (git-file-name name version)) | 1772 | (file-name (git-file-name name version)) |
| 1773 | (sha256 | 1773 | (sha256 |
| @@ -1840,7 +1840,7 @@ low memory footprint.") | |||
| 1840 | (source (origin | 1840 | (source (origin |
| 1841 | (method git-fetch) | 1841 | (method git-fetch) |
| 1842 | (uri (git-reference | 1842 | (uri (git-reference |
| 1843 | (url "https://github.com/stefanhaustein/kxml2.git") | 1843 | (url "https://github.com/stefanhaustein/kxml2") |
| 1844 | (commit (string-append "v" version)))) | 1844 | (commit (string-append "v" version)))) |
| 1845 | (file-name (git-file-name name version)) | 1845 | (file-name (git-file-name name version)) |
| 1846 | (sha256 | 1846 | (sha256 |
| @@ -1914,7 +1914,7 @@ and from a Java application. It provides a standard pull parser interface.") | |||
| 1914 | (source (origin | 1914 | (source (origin |
| 1915 | (method git-fetch) | 1915 | (method git-fetch) |
| 1916 | (uri (git-reference | 1916 | (uri (git-reference |
| 1917 | (url "https://github.com/codehaus/jettison.git") | 1917 | (url "https://github.com/codehaus/jettison") |
| 1918 | (commit (string-append "jettison-" version)))) | 1918 | (commit (string-append "jettison-" version)))) |
| 1919 | (file-name (git-file-name name version)) | 1919 | (file-name (git-file-name name version)) |
| 1920 | (sha256 | 1920 | (sha256 |
| @@ -1946,7 +1946,7 @@ implements @code{XMLStreamWriter} and @code{XMLStreamReader} and supports | |||
| 1946 | (source (origin | 1946 | (source (origin |
| 1947 | (method git-fetch) | 1947 | (method git-fetch) |
| 1948 | (uri (git-reference | 1948 | (uri (git-reference |
| 1949 | (url "https://github.com/hunterhacker/jdom.git") | 1949 | (url "https://github.com/hunterhacker/jdom") |
| 1950 | (commit (string-append "JDOM-" version)))) | 1950 | (commit (string-append "JDOM-" version)))) |
| 1951 | (file-name (git-file-name name version)) | 1951 | (file-name (git-file-name name version)) |
| 1952 | (sha256 | 1952 | (sha256 |
| @@ -1974,7 +1974,7 @@ outputting XML data from Java code.") | |||
| 1974 | (origin | 1974 | (origin |
| 1975 | (method git-fetch) | 1975 | (method git-fetch) |
| 1976 | (uri (git-reference | 1976 | (uri (git-reference |
| 1977 | (url "https://github.com/x-stream/xstream.git") | 1977 | (url "https://github.com/x-stream/xstream") |
| 1978 | (commit (string-append | 1978 | (commit (string-append |
| 1979 | "XSTREAM_" | 1979 | "XSTREAM_" |
| 1980 | (string-map (lambda (x) (if (eq? x #\.) #\_ x)) | 1980 | (string-map (lambda (x) (if (eq? x #\.) #\_ x)) |
