unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
@ 2017-11-17 18:59 Alex Vong
  2017-11-17 19:02 ` [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: " Alex Vong
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alex Vong @ 2017-11-17 18:59 UTC (permalink / raw)
  To: 29341


[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]

Hello,

This patch series updates java-fasterxml-* to 2.9.2.

I add a "2016-2017" copyright notice because I forget to add one in
commit 8293b116e64f543848f4845723208973aeb993f9.


[-- Attachment #1.2: 0001-gnu-java-fasterxml-jackson-annotations-Update-to-2.9.patch --]
[-- Type: text/x-diff, Size: 1699 bytes --]

From 29aa43aee1e6053b4a3a9c5147e10b84f588fff4 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sat, 18 Nov 2017 02:18:10 +0800
Subject: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.

* gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to
2.9.2.
---
 gnu/packages/java.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index cc42d4bb1..8eb28a95f 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.
 ;;;
@@ -5780,7 +5781,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/"
@@ -5788,7 +5789,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"
-- 
2.15.0


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-11-24 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 18:59 [bug#29341] [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2 Alex Vong
2017-11-17 19:02 ` [bug#29341] [PATCH 2/6] gnu: java-fasterxml-jackson-core: " Alex Vong
2017-11-17 19:03 ` [bug#29341] [PATCH 3/6] gnu: java-fasterxml-jackson-databind: " Alex Vong
2017-11-17 19:04 ` [bug#29341] [PATCH 4/6] gnu: java-fasterxml-jackson-modules-base-jaxb: " Alex Vong
2017-11-17 19:05 ` [bug#29341] [PATCH 5/6] gnu: java-fasterxml-jackson-dataformat-yaml: " Alex Vong
2017-11-17 19:05 ` [bug#29341] [PATCH 6/6] gnu: java-fasterxml-jackson-dataformat-xml: " Alex Vong
2017-11-24 20:14 ` bug#29341: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).