gnu: java-fasterxml-jackson-annotations: Update to 2.9.4.

* gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to 2.9.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Alex Vong 2018-02-16 05:46:06 +08:00 committed by Leo Famulari
parent 5ebc8e7f41
commit 93dceea45e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -6183,7 +6183,7 @@ (define-public java-ops4j-pax-exam-core-junit
(define-public java-fasterxml-jackson-annotations
(package
(name "java-fasterxml-jackson-annotations")
(version "2.9.2")
(version "2.9.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/FasterXML/"
@ -6191,7 +6191,7 @@ (define-public java-fasterxml-jackson-annotations
"jackson-annotations-" version ".tar.gz"))
(sha256
(base32
"0b4wdxjxfbl3gkilylfdbl7fzimfpyih676jiwdf19i4056j8lqw"))))
"0mr95xd0da6a4g95zvrl1ryk5n5zv2rc696w3xnsr5hxk2gicfc4"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "jackson-annotations.jar"