mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Add openjdk24.
* gnu/packages/java.scm (openjdk24): New variable. (openjdk): Update variable alias. Change-Id: Ia8a415bf4032fc96dbdf6ab331908cced5e267c6
This commit is contained in:
parent
c6ee0a9480
commit
d505cb960f
1 changed files with 6 additions and 1 deletions
|
@ -1820,8 +1820,13 @@ blacklisted.certs.pem"
|
|||
;; https://issues.guix.gnu.org/54654)
|
||||
(patches '())))))
|
||||
|
||||
(define-public openjdk24
|
||||
(make-openjdk
|
||||
openjdk23 "24.0.1"
|
||||
"0h6sbzbjyqg85iml41pswdh2z3d7h2hhb0sd5yll37r1mj5lsxmx"))
|
||||
|
||||
;;; Convenience alias to point to the latest version of OpenJDK.
|
||||
(define-public openjdk openjdk21)
|
||||
(define-public openjdk openjdk24)
|
||||
|
||||
|
||||
;; This version of JBR is here in order to be able to build custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue