GNU bug report logs -
#29341
[PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
Previous Next
Reported by: Alex Vong <alexvong1995 <at> gmail.com>
Date: Fri, 17 Nov 2017 19:00:02 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#29341: [PATCH 1/6] gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 29341 <at> debbugs.gnu.org.
--
29341: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29341
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Le Sat, 18 Nov 2017 02:59:21 +0800,
Alex Vong <alexvong1995 <at> gmail.com> a écrit :
> 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.
>
Hi Alex,
thank you for that patch series and sorry it took so long to
push. Closing this ticket because it was pushed to master as
b2383e55dced1dad137690b8a353e104428c831d to
8cc1fce1ba0cde80c924af6abbe49ce22fcc06d8.
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
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.
[0001-gnu-java-fasterxml-jackson-annotations-Update-to-2.9.patch (text/x-diff, inline)]
From 29aa43aee1e6053b4a3a9c5147e10b84f588fff4 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> 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 <at> zancanaro.id.au>
;;; Copyright © 2017 Julien Lepiller <julien <at> lepiller.eu>
;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
+;;; Copyright © 2016, 2017 Alex Vong <alexvong1995 <at> 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
[Message part 8 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 183 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.