gnu: java-xstream: Update to 1.4.15.
* gnu/packages/xml.scm (java-xstream): Update to 1.4.15. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
fbbee36da0
commit
fdf7095e85
1 changed files with 2 additions and 2 deletions
|
@ -2132,7 +2132,7 @@ outputting XML data from Java code.")
|
||||||
(define-public java-xstream
|
(define-public java-xstream
|
||||||
(package
|
(package
|
||||||
(name "java-xstream")
|
(name "java-xstream")
|
||||||
(version "1.4.10")
|
(version "1.4.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2144,7 +2144,7 @@ outputting XML data from Java code.")
|
||||||
version)))))
|
version)))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12m2bw8bapdc1w0pni9wl5hh2y8jfdgcvxd464jl9917dsp3ai2n"))))
|
(base32 "1178qryrjwjp44439pi5dxzd32896r5zs429z1qhlc09951r7mi9"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "xstream.jar"
|
`(#:jar-name "xstream.jar"
|
||||||
|
|
Reference in a new issue