gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to 2.9.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
202e235ebe
commit
b2383e55dc
|
@ -5,6 +5,7 @@
|
||||||
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
|
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
|
||||||
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||||
|
;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -6061,7 +6062,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.1")
|
(version "2.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/FasterXML/"
|
(uri (string-append "https://github.com/FasterXML/"
|
||||||
|
@ -6069,7 +6070,7 @@ the system under test at the same time.")
|
||||||
"jackson-annotations-" version ".tar.gz"))
|
"jackson-annotations-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"005ksgqx2ds3zdmlvbcmmz82y28b1mx0i9bpvprim1jaddbba0bd"))))
|
"0b4wdxjxfbl3gkilylfdbl7fzimfpyih676jiwdf19i4056j8lqw"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "jackson-annotations.jar"
|
`(#:jar-name "jackson-annotations.jar"
|
||||||
|
|
Loading…
Reference in New Issue