gnu: openjdk18: Update to 18.0.2.

* gnu/packages/java.scm (openjdk18): Update to 18.0.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Greg Hogan 2022-12-12 21:19:37 +00:00 committed by Efraim Flashner
parent a49e4087a1
commit fc4eef7506
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2155,8 +2155,8 @@ blacklisted.certs.pem"
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))))
(define-public openjdk18
(make-openjdk openjdk17 "18"
"1bv6bdhkmwvn10l0xy8yi9xibds640hs5zsvx0jp7wrxa3qw4qy8"))
(make-openjdk openjdk17 "18.0.2"
"1yimfdkwpinhg5cf1mcrzk9xvjwnray3cx762kypb9jcwbranjwx"))
;;; Convenience alias to point to the latest version of OpenJDK.
(define-public openjdk openjdk18)