mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: java-fasterxml-jackson-dataformat-xml: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
abe5347dd6
commit
8cc1fce1ba
1 changed files with 2 additions and 2 deletions
|
@ -6367,7 +6367,7 @@ (define-public java-woodstox-core
|
|||
(define-public java-fasterxml-jackson-dataformat-xml
|
||||
(package
|
||||
(name "java-fasterxml-jackson-dataformat-xml")
|
||||
(version "2.9.1")
|
||||
(version "2.9.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/FasterXML/"
|
||||
|
@ -6375,7 +6375,7 @@ (define-public java-fasterxml-jackson-dataformat-xml
|
|||
"jackson-dataformat-xml-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x3m9n4kwclcyvxhxjx654qpjza4crphml1q2392qpnbfydx6lnh"))))
|
||||
"1j1qanvcdh6afagr67zqrlypjkf0n6wr1qzpbvkw79lii72j6pbr"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:jar-name "jackson-dataformat-xml.jar"
|
||||
|
|
Loading…
Reference in a new issue