unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54763] [PATCH] gnu: openjdk17: Update to 17.0.2
@ 2022-04-07 10:41 Rostislav Svoboda
  2022-05-07  9:26 ` bug#54763: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Svoboda @ 2022-04-07 10:41 UTC (permalink / raw)
  To: 54763; +Cc: Rostislav Svoboda

---
 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 b27892841e..6738b5dc35 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2234,7 +2234,7 @@ (define-public openjdk17
   (package
     (inherit openjdk16)
     (name "openjdk")
-    (version "17.0.1")
+    (version "17.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2243,7 +2243,7 @@ (define-public openjdk17
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1l1jgbz8q7zq66npfg88r0l5xga427vrz35iys09j44b6qllrldd"))))
+                "0zwv5pnh7rb7a6689jlhjfcc92bsiy0xbhdxyj93096ah4n3hqhj"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("openjdk16:jdk" ,openjdk16 "jdk")
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54763: [PATCH] gnu: openjdk17: Update to 17.0.2
  2022-04-07 10:41 [bug#54763] [PATCH] gnu: openjdk17: Update to 17.0.2 Rostislav Svoboda
@ 2022-05-07  9:26 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2022-05-07  9:26 UTC (permalink / raw)
  To: Rostislav Svoboda; +Cc: 54763-done

Pushed to master as 02182c623e0b19f23701d9feaae096e5a1bd5823, thank you!

I just had to fix the commit message, and adjust the patch because the
context had changed a little.

Le Thu,  7 Apr 2022 12:41:50 +0200,
Rostislav Svoboda <rostislav.svoboda@gmail.com> a écrit :

> ---
>  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 b27892841e..6738b5dc35 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -2234,7 +2234,7 @@ (define-public openjdk17
>    (package
>      (inherit openjdk16)
>      (name "openjdk")
> -    (version "17.0.1")
> +    (version "17.0.2")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -2243,7 +2243,7 @@ (define-public openjdk17
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -
> "1l1jgbz8q7zq66npfg88r0l5xga427vrz35iys09j44b6qllrldd"))))
> +
> "0zwv5pnh7rb7a6689jlhjfcc92bsiy0xbhdxyj93096ah4n3hqhj"))))
> (native-inputs `(("autoconf" ,autoconf)
>         ("openjdk16:jdk" ,openjdk16 "jdk")





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-07  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 10:41 [bug#54763] [PATCH] gnu: openjdk17: Update to 17.0.2 Rostislav Svoboda
2022-05-07  9:26 ` bug#54763: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).