guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: openjdk18: Update to 18.0.2.


From: guix-commits
Subject: 07/07: gnu: openjdk18: Update to 18.0.2.
Date: Tue, 20 Dec 2022 10:12:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fc4eef75067747696d1f9c3104e5f725b1434351
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Mon Dec 12 21:19:37 2022 +0000

    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>
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a5a0495916..fc7ea120a8 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]