[PATCH] gnu: openjdk: Update to 17.0.3.

  • Done
  • quality assurance status badge
Details
One participant
  • dannym
Owner
unassigned
Submitted by
dannym
Severity
normal

Debbugs page

dannym wrote 3 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20220512120855.5390-1-dannym@scratchpost.org
From: Danny Milosavljevic <dannym@scratchpost.org>

* gnu/packages/java.scm (openjdk17): Update to 17.0.3.
---
gnu/packages/java.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 97eae386de..902083afb6 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2251,7 +2251,7 @@ (define-public openjdk17
(package
(inherit openjdk16)
(name "openjdk")
- (version "17.0.2")
+ (version "17.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2260,7 +2260,7 @@ (define-public openjdk17
(file-name (git-file-name name version))
(sha256
(base32
- "0zwv5pnh7rb7a6689jlhjfcc92bsiy0xbhdxyj93096ah4n3hqhj"))
+ "0slmd6ww947gxpp4yr2wmr5z975bg86qh7zqfp2radf2q77ql65b"))
(patches
(search-patches "openjdk-15-xcursor-no-dynamic.patch"))))
(native-inputs
--
2.35.1
Danny Milosavljevic wrote 3 years ago
(address . 55385-done@debbugs.gnu.org)
20220529225923.6ceefdf6@scratchpost.org
Toggle quote (2 lines)
> * gnu/packages/java.scm (openjdk17): Update to 17.0.3.

I've pushed the update of openjdk17 to 17.0.3 to guix master as commit 98e2f4fbebb8b08784401e2095123fcd3d3a32cb.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAmKT3qsACgkQ5xo1VCww
uqWHcQf/aY7aWnlhVLqIhKFu7HYshMF79b6cMnq+RggocJYcgLS+7GJxcEF9Kj7H
APr1iIQDadiRPB/FoZjzGUeRBRZeUxJpJ5XnzhM6KZo6MbWhVQOp6byGhhXJHx1N
egB5i7oLPo8/bUnid5guO8iOtHs5oZPKeGRL7HN7rkhoug9gkqkXEm5CfHNwuxlY
Ny52iURRe4935Do6CfIG2dnU3Dt7cCuCUEFE3yl2p3CkY65OKNvMcQAQycEGm5m4
+DbXwtX/MKRCEEDZ7LhTW1/H8+ygqmcf6zXJxiYNO3XH75cGNM+pny1s3ibWk0GP
QxLjGmtwu6cfAjswSBewPnSqco7K5w==
=YuKv
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55385@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55385
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help