diff options
author | Alex Vong <alexvong1995@gmail.com> | 2017-11-18 02:18:10 +0800 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-11-24 21:12:00 +0100 |
commit | b2383e55dced1dad137690b8a353e104428c831d (patch) | |
tree | bf69c0f3cfe5e9f654fb8412cf48c7c11bb9c72c | |
parent | 202e235ebe8b121115a4561bbdc80b98650435cf (diff) | |
download | guix-b2383e55dced1dad137690b8a353e104428c831d.tar guix-b2383e55dced1dad137690b8a353e104428c831d.tar.gz |
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>
-rw-r--r-- | gnu/packages/java.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index bd6c003655..1045c65f6e 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au> ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> +;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com> ;;; ;;; 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 (package (name "java-fasterxml-jackson-annotations") - (version "2.9.1") + (version "2.9.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/FasterXML/" @@ -6069,7 +6070,7 @@ the system under test at the same time.") "jackson-annotations-" version ".tar.gz")) (sha256 (base32 - "005ksgqx2ds3zdmlvbcmmz82y28b1mx0i9bpvprim1jaddbba0bd")))) + "0b4wdxjxfbl3gkilylfdbl7fzimfpyih676jiwdf19i4056j8lqw")))) (build-system ant-build-system) (arguments `(#:jar-name "jackson-annotations.jar" |