mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Update openjdk variable to openjdk21.
* gnu/packages/java.scm (openjdk): Update to openjdk21. Change-Id: I132dcb6722f604cfe42fdfbc81066d614d4519b9 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
7971da9e30
commit
6dfc83ca34
1 changed files with 1 additions and 1 deletions
|
@ -1682,7 +1682,7 @@ (define-public openjdk21
|
||||||
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))))
|
(("^#!.*") "#! java BlockedCertsConverter SHA-256\n"))))))))))
|
||||||
|
|
||||||
;;; Convenience alias to point to the latest version of OpenJDK.
|
;;; Convenience alias to point to the latest version of OpenJDK.
|
||||||
(define-public openjdk openjdk19)
|
(define-public openjdk openjdk21)
|
||||||
|
|
||||||
|
|
||||||
;; This version of JBR is here in order to be able to build custom
|
;; This version of JBR is here in order to be able to build custom
|
||||||
|
|
Loading…
Reference in a new issue