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

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201229115809.26744-1-vincent.legoll@gmail.com
* gnu/packages/java.scm (java-junit): Update to 4.13.1.
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Julien Lepiller wrote 4 years ago
4A75E4EC-FBE6-4D07-86E5-40F2EF32240D@lepiller.eu
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 :
Toggle quote (33 lines)
>* 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
Attachment: file
Vincent Legoll wrote 4 years ago
(name . Julien Lepiller)(address . julien@lepiller.eu)(address . 45529@debbugs.gnu.org)
CAEwRq=qCHnZE2csD4UGEwjeRn_jDqiQvGJRTqA5bQ7_CSFGYjw@mail.gmail.com
Hello,

On Tue, Dec 29, 2020 at 3:15 PM Julien Lepiller <julien@lepiller.eu> wrote:
Toggle quote (2 lines)
> Have you tried building dependents of this one?

No

Toggle quote (2 lines)
> Last time I tried, some of them failed to build after the upgrade :/

OK

Toggle quote (2 lines)
> Also, this kind of change would go to the staging branch.

OK, I'll pass this one then.

Thanks for the review

--
Vincent Legoll
Vincent Legoll wrote 4 years ago
closing
(address . 45529-DONE@debbugs.gnu.org)
CAEwRq=pSL-D2thPOJhFTvv_OWe9MjnXvDPKfFS_u5KVBp1nJNw@mail.gmail.com
I retract this patch submission

--
Vincent Legoll
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45529@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45529
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help