guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: java-fasterxml-jackson-annotations: Update to 2.9.4.


From: Leo Famulari
Subject: 01/06: gnu: java-fasterxml-jackson-annotations: Update to 2.9.4.
Date: Thu, 15 Feb 2018 17:20:16 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 93dceea45ec5a4ec9a34efb6967981b5ce8e2126
Author: Alex Vong <address@hidden>
Date:   Fri Feb 16 05:46:06 2018 +0800

    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 <address@hidden>
---
 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 e714a03..e8355e3 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6183,7 +6183,7 @@ the system under test at the same time.")
 (define-public java-fasterxml-jackson-annotations
   (package
     (name "java-fasterxml-jackson-annotations")
-    (version "2.9.2")
+    (version "2.9.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/FasterXML/";
@@ -6191,7 +6191,7 @@ the system under test at the same time.")
                                   "jackson-annotations-" version ".tar.gz"))
               (sha256
                (base32
-                "0b4wdxjxfbl3gkilylfdbl7fzimfpyih676jiwdf19i4056j8lqw"))))
+                "0mr95xd0da6a4g95zvrl1ryk5n5zv2rc696w3xnsr5hxk2gicfc4"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "jackson-annotations.jar"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]