From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emRMw-0002aV-8w for guix-patches@gnu.org; Thu, 15 Feb 2018 16:47:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emRMt-0005rA-7L for guix-patches@gnu.org; Thu, 15 Feb 2018 16:47:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emRMt-0005r2-2l for guix-patches@gnu.org; Thu, 15 Feb 2018 16:47:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emRMs-0001rt-SN for guix-patches@gnu.org; Thu, 15 Feb 2018 16:47:02 -0500 Subject: [bug#30472] [PATCH 2/6] gnu: java-fasterxml-jackson-core: Update to 2.9.4. References: <87d116ndhv.fsf@gmail.com> In-Reply-To: <87d116ndhv.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Fri, 16 Feb 2018 05:46:31 +0800 Message-ID: <87sha2lydk.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-java-fasterxml-jackson-core-Update-to-2.9.4.patch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30472@debbugs.gnu.org >From 04a83abedc6b5ea11d115fa29f81ff806d71b289 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Fri, 16 Feb 2018 05:19:26 +0800 Subject: [PATCH 2/6] gnu: java-fasterxml-jackson-core: Update to 2.9.4. * gnu/packages/java.scm (java-fasterxml-jackson-core): Update to 2.9.4. --- gnu/packages/java.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index e8355e324..8aca53ca3 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -6209,7 +6209,7 @@ not included are ones that require dependency to the Databind package.") (define-public java-fasterxml-jackson-core (package (name "java-fasterxml-jackson-core") - (version "2.9.2") + (version "2.9.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/FasterXML/" @@ -6217,7 +6217,7 @@ not included are ones that require dependency to the Databind package.") "jackson-core-" version ".tar.gz")) (sha256 (base32 - "0q2d6qnylyxj5jh0sam1b095b5486f7ipzhxgwcgbm254ls7fqc1")))) + "159hsnk17jr1gyzkf01cxvsn45srnk37g949r7364qlsr527gjgd")))) (build-system ant-build-system) (arguments `(#:jar-name "jackson-core.jar" -- 2.16.1