unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66383] [PATCH] gnu: ant: Update to 1.10.14
@ 2023-10-07  4:31 Andy Tai
  2023-10-10  0:47 ` [bug#66383] Guix QA check failure but my local build succeeds Andy Tai
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-10-07  4:31 UTC (permalink / raw)
  To: 66383; +Cc: Andy Tai, Björn Höfling, Julien Lepiller

* gnu/packages/java.scm (ant): Update to 1.10.14
---
 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 9445c37b67..57b4adb118 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1708,14 +1708,14 @@ (define-public jbr21
 (define-public ant/java8
   (package
     (name "ant")
-    (version "1.10.13")
+    (version "1.10.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://apache/ant/source/apache-ant-"
                                   version "-src.tar.gz"))
               (sha256
                (base32
-                "01l4g9b1xnnq450ljvhrlvcf8wzzmr45wmhkybrx0hcdi166y06s"))
+                "0m0vcazy1634nra8mcs3hvvf49avnbxf8f5y1icn5syi8hgy6pws"))
               (modules '((guix build utils)))
               (snippet
                '(begin

base-commit: 6d5a75c70e32f563f0ec6bbaf65596c15c6ac10f
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66383] Guix QA check failure but my local build succeeds
  2023-10-07  4:31 [bug#66383] [PATCH] gnu: ant: Update to 1.10.14 Andy Tai
@ 2023-10-10  0:47 ` Andy Tai
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2023-10-10  0:47 UTC (permalink / raw)
  To: 66383

Guix QA shows build failure for one dependent package

https://data.qa.guix.gnu.org/gnu/store/nyipqz7q8shaq2w4jrv2b73i35wbcxq4-java-jmh-1.32.drv

but a local build

./pre-inst-env  guix build java-jmh


with this ant patch succeeds on x84-64 Guix machine




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-10  0:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-07  4:31 [bug#66383] [PATCH] gnu: ant: Update to 1.10.14 Andy Tai
2023-10-10  0:47 ` [bug#66383] Guix QA check failure but my local build succeeds Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).