guix-patches
[Top][All Lists]
Advanced

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

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


From: Julien Lepiller
Subject: [bug#45529] [PATCH] gnu: java-junit: Update to 4.13.1.
Date: Tue, 29 Dec 2020 09:15:23 -0500
User-agent: K-9 Mail for Android

Hi!

Have you tried building dependents of this one? Last time I tried, some of them failed to build after the upgrade :/

Also, tgis kind of change would go to the staging branch.

Le 29 décembre 2020 06:58:09 GMT-05:00, Vincent Legoll <vincent.legoll@gmail.com> a écrit :
* 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

reply via email to

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