GNU bug report logs - #45529
[PATCH] gnu: java-junit: Update to 4.13.1.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Tue, 29 Dec 2020 11:59:01 UTC

Severity: normal

Tags: patch

Done: Vincent Legoll <vincent.legoll <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45529: closed (closing)
Date: Tue, 05 Jan 2021 09:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45529: [PATCH] gnu: java-junit: Update to 4.13.1.

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 45529 <at> debbugs.gnu.org.

-- 
45529: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45529
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: 45529-DONE <at> debbugs.gnu.org
Subject: closing
Date: Tue, 5 Jan 2021 10:38:57 +0100
I retract this patch submission

-- 
Vincent Legoll

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: java-junit: Update to 4.13.1.
Date: Tue, 29 Dec 2020 12:58:09 +0100
* gnu/packages/java.scm (java-junit): Update to 4.13.1.
---
 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 758f8f1859..f7201bd4f9 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3838,7 +3838,7 @@ testing frameworks, mocking libraries and UI validation rules.")
 (define-public java-junit
   (package
     (name "java-junit")
-    (version "4.12")
+    (version "4.13.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3847,7 +3847,7 @@ testing frameworks, mocking libraries and UI validation rules.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j8avi91px1z8rjc89cfikwrvfifdmmsarwiyrcnr59ynvpz0v8h"))
+                "1la7fk5i73hl2j4yrf41mbv651wq4vsg0wri0xl5j92cr3rgi3nz"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.29.2




This bug report was last modified 4 years and 137 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.