[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: openjdk: Update to 17.0.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: openjdk: Update to 17.0.3. |
Date: |
Sun, 29 May 2022 16:57:42 -0400 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 98e2f4fbeb gnu: openjdk: Update to 17.0.3.
98e2f4fbeb is described below
commit 98e2f4fbebb8b08784401e2095123fcd3d3a32cb
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu May 12 14:07:40 2022 +0200
gnu: openjdk: Update to 17.0.3.
* gnu/packages/java.scm (openjdk17): Update to 17.0.3.
---
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 36baefaa7a..336e84e3e5 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2252,7 +2252,7 @@ new Date();"))
(package
(inherit openjdk16)
(name "openjdk")
- (version "17.0.2")
+ (version "17.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2261,7 +2261,7 @@ new Date();"))
(file-name (git-file-name name version))
(sha256
(base32
- "0zwv5pnh7rb7a6689jlhjfcc92bsiy0xbhdxyj93096ah4n3hqhj"))
+ "0slmd6ww947gxpp4yr2wmr5z975bg86qh7zqfp2radf2q77ql65b"))
(patches
(search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: openjdk: Update to 17.0.3.,
guix-commits <=