mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: openjdk: Update to 17.0.3.
* gnu/packages/java.scm (openjdk17): Update to 17.0.3.
This commit is contained in:
parent
d1f4b6dc83
commit
98e2f4fbeb
1 changed files with 2 additions and 2 deletions
|
@ -2252,7 +2252,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
|
||||
|
@ -2261,7 +2261,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
|
||||
|
|
Loading…
Reference in a new issue