Message ID | 20201229115809.26744-1-vincent.legoll@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#45529] gnu: java-junit: Update to 4.13.1. | expand |
Context | Check | Description |
---|---|---|
cbaines/submitting builds | success | |
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
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 >-- >2.29.2
Hello, On Tue, Dec 29, 2020 at 3:15 PM Julien Lepiller <julien@lepiller.eu> wrote: > Have you tried building dependents of this one? No > Last time I tried, some of them failed to build after the upgrade :/ OK > Also, this kind of change would go to the staging branch. OK, I'll pass this one then. Thanks for the review
I retract this patch submission
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