GNU bug report logs - #55385
[PATCH] gnu: openjdk: Update to 17.0.3.

Previous Next

Package: guix-patches;

Reported by: dannym <at> scratchpost.org

Date: Thu, 12 May 2022 12:17:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: dannym <at> scratchpost.org
Subject: bug#55385: closed (Re: [PATCH] gnu: openjdk: Update to 17.0.3.)
Date: Sun, 29 May 2022 21:00:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55385 <at> debbugs.gnu.org.

-- 
55385: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55385
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 55385-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: openjdk: Update to 17.0.3.
Date: Sun, 29 May 2022 22:59:23 +0200
[Message part 3 (text/plain, inline)]
> * 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.
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: dannym <at> scratchpost.org
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: openjdk: Update to 17.0.3.
Date: Thu, 12 May 2022 14:08:55 +0200
From: Danny Milosavljevic <dannym <at> scratchpost.org>

* 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 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




This bug report was last modified 2 years and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.