guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: openjdk11: Update to 11.0.22.


From: guix-commits
Subject: 01/12: gnu: openjdk11: Update to 11.0.22.
Date: Thu, 14 Mar 2024 09:49:11 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 59bd15a7c66508ba6818ae71922ce322472c0f5f
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Mar 12 16:34:33 2024 +0000

    gnu: openjdk11: Update to 11.0.22.
    
    * gnu/packages/java.scm (openjdk11): Update to 11.0.22.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 151fc8aa89..a115c134ba 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1217,7 +1217,7 @@ new Date();"))
 (define-public openjdk11
   (package
     (name "openjdk")
-    (version "11.0.17")
+    (version "11.0.22")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://openjdk-sources.osci.io/openjdk11/openjdk-";
@@ -1225,7 +1225,7 @@ new Date();"))
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1prvqy0ysz0999wrhsrbz6vrknpqfihl9l74l16ph93g89dqi5ia"))
+                "18ca4syp9xlrqjgyjkb1sp9835riy6aym5xs81r8byrz6jlb2473"))
               (modules '((guix build utils)))
               (snippet
                '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))



reply via email to

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