diff mbox series

[bug#55385] gnu: openjdk: Update to 17.0.3.

Message ID 20220512120855.5390-1-dannym@scratchpost.org
State Accepted
Headers show
Series [bug#55385] gnu: openjdk: Update to 17.0.3. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Danny Milosavljevic May 12, 2022, 12:08 p.m. UTC
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(-)

Comments

Danny Milosavljevic May 29, 2022, 8:59 p.m. UTC | #1
> * 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.
diff mbox series

Patch

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