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
1 changed files with 2 additions and 2 deletions

View File

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