diff options
author | Alex Vong <alexvong1995@gmail.com> | 2017-11-18 02:21:33 +0800 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-11-24 21:12:14 +0100 |
commit | 37cf0712da93f1d67506061819bb9ca8b80af168 (patch) | |
tree | d98376d4caae9daa84a17f098c602ae754ea5499 | |
parent | bd614de7b89966162ebc02f29fb065079bdc6c37 (diff) |
gnu: java-fasterxml-jackson-databind: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-databind): Update to 2.9.2.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
-rw-r--r-- | gnu/packages/java.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 62165d8428..a3021e81bf 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6145,7 +6145,7 @@ not included are ones that require dependency to the Databind package.") (define-public java-fasterxml-jackson-databind (package (name "java-fasterxml-jackson-databind") - (version "2.9.1") + (version "2.9.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/FasterXML/" @@ -6153,7 +6153,7 @@ not included are ones that require dependency to the Databind package.") "jackson-databind-" version ".tar.gz")) (sha256 (base32 - "02xrbj6g7pzybq8q33xmpf7cxfapk6z6lgxvig7d38fijz400lji")))) + "1d5ns8ypqhdy8d94i8q560ip9kka6q8lhnk6q7nfh2g9mr22cc4w")))) (build-system ant-build-system) (arguments `(#:jar-name "jackson-databind.jar" |