[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/50: gnu: java-icu4j: Update to 70.1.
From: |
guix-commits |
Subject: |
38/50: gnu: java-icu4j: Update to 70.1. |
Date: |
Thu, 23 Dec 2021 16:34:31 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2767ee57964f7cc10b83080afb8400f9173bb128
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 22 11:20:29 2021 +0100
gnu: java-icu4j: Update to 70.1.
* gnu/packages/icu4c.scm (java-icu4j): Update to 70.1.
[arguments]: Remove trailing #T from build phases.
---
gnu/packages/icu4c.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index ec526e5..6e70f0c 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -152,7 +152,7 @@ C/C++ part.")
(define-public java-icu4j
(package
(name "java-icu4j")
- (version "66.1")
+ (version "70.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -162,7 +162,7 @@ C/C++ part.")
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
".tgz"))
(sha256
- (base32
"1ahdyz9209lwl7knb2l3gmnkkby221p0vpgx70fj4j02rdzgvw0d"))))
+ (base32
"0qrs75iyzn19kf54q55jn8wf6xjlpkrihdwqpxm39jdh2hz4cgvj"))))
(build-system ant-build-system)
(arguments
`(#:make-flags
@@ -183,22 +183,19 @@ C/C++ part.")
(modify-phases %standard-phases
(add-before 'configure 'chdir
(lambda _
- (chdir "..")
- #t))
+ (chdir "..")))
(add-before 'build 'remove-ivy
(lambda _
;; This target wants to download ivy and use it to download
;; junit.
(substitute* "build.xml"
- (("depends=\"test-init-junit-dependency\"") ""))
- #t))
+ (("depends=\"test-init-junit-dependency\"") ""))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((share (string-append (assoc-ref outputs "out")
"/share/java/")))
(mkdir-p share)
- (install-file "icu4j.jar" share)
- #t))))))
+ (install-file "icu4j.jar" share)))))))
(native-inputs
(list java-junit java-junitparams java-hamcrest-core))
(home-page "http://site.icu-project.org/")
- 45/50: gnu: java-slf4j-simple: Disable one test., (continued)
- 45/50: gnu: java-slf4j-simple: Disable one test., guix-commits, 2021/12/23
- 47/50: gnu: java-simple-xml: Disable one test., guix-commits, 2021/12/23
- 46/50: gnu: java-kafka-clients: Disable failing test., guix-commits, 2021/12/23
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 18/50: gnu: Remove icedtea-6., guix-commits, 2021/12/23
- 31/50: gnu: jamvm-1-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 49/50: gnu: axoloti-patcher-next: Remove trailing #T., guix-commits, 2021/12/23
- 04/50: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1.,
guix-commits <=
- 42/50: gnu: java-mail: Disable SSL test., guix-commits, 2021/12/23
- 50/50: gnu: axoloti-patcher-next: Fix file names., guix-commits, 2021/12/23
- 48/50: gnu: java-simple-xml: Delete failing test., guix-commits, 2021/12/23