guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openjdk17: Update to 17.0.2


From: guix-commits
Subject: branch master updated: gnu: openjdk17: Update to 17.0.2
Date: Sat, 07 May 2022 05:23:56 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 02182c623e gnu: openjdk17: Update to 17.0.2
02182c623e is described below

commit 02182c623e0b19f23701d9feaae096e5a1bd5823
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Thu Apr 7 12:41:50 2022 +0200

    gnu: openjdk17: Update to 17.0.2
    
    * gnu/packages/java.scm (openjdk17): Update to 17.0.2.
---
 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 43422f383f..a72b08d16c 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2241,7 +2241,7 @@ new Date();"))
   (package
     (inherit openjdk16)
     (name "openjdk")
-    (version "17.0.1")
+    (version "17.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2250,7 +2250,7 @@ new Date();"))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1l1jgbz8q7zq66npfg88r0l5xga427vrz35iys09j44b6qllrldd"))
+                "0zwv5pnh7rb7a6689jlhjfcc92bsiy0xbhdxyj93096ah4n3hqhj"))
               (patches
                 (search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
     (native-inputs



reply via email to

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