[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21.
From: |
Greg Hogan |
Subject: |
[bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21. |
Date: |
Tue, 24 Oct 2023 15:44:02 +0000 |
* gnu/packages/java.scm (openjdk11): Update to 11.0.21.
---
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 aed4a4abfd..3e60478d57 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1133,7 +1133,7 @@ (define-public openjdk10
(define-public openjdk11
(package
(name "openjdk")
- (version "11.0.17")
+ (version "11.0.21")
(source (origin
(method url-fetch)
(uri (string-append
"https://openjdk-sources.osci.io/openjdk11/openjdk-"
@@ -1141,7 +1141,7 @@ (define-public openjdk11
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "1prvqy0ysz0999wrhsrbz6vrknpqfihl9l74l16ph93g89dqi5ia"))
+ "1srl91k6zcx8qv78mwdgifqnkcr6yvandjk7ncnf9hvmlcvj2dg9"))
(modules '((guix build utils)))
(snippet
'(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))))
--
2.41.0