mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Update java-testng to 6.14.3.
* gnu/packages/java.scm (java-testng): Update to 6.14.3.
This commit is contained in:
parent
0181df537f
commit
3422e10ede
1 changed files with 2 additions and 2 deletions
|
@ -6959,7 +6959,7 @@ those in Perl and JavaScript.")
|
||||||
(define-public java-testng
|
(define-public java-testng
|
||||||
(package
|
(package
|
||||||
(name "java-testng")
|
(name "java-testng")
|
||||||
(version "6.14.2")
|
(version "6.14.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6968,7 +6968,7 @@ those in Perl and JavaScript.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ngj88dpbqqdx9084cmiasmn9q3v5dgx45qbvxpip47nxc5x14xy"))))
|
"0y6vq30i5g276kw0v2bhbvci22ijg7ax49ap2611yqlhbs4d6dqv"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jdk ,icedtea-8; java.util.function
|
`(#:jdk ,icedtea-8; java.util.function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue