mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: jbr: Update to 21.0.3b509.15.
* gnu/packages/java.scm (jbr21): Update to 21.0.3b509.15. Change-Id: I1b47b761b1252e55e6fc78048cde5e0d9f446ca5
This commit is contained in:
parent
c1cb7f1031
commit
98500946d5
1 changed files with 2 additions and 2 deletions
|
@ -1870,7 +1870,7 @@ (define-public jbr21
|
|||
(package
|
||||
(inherit openjdk21)
|
||||
(name "jbr")
|
||||
(version "21.0.2b397.7")
|
||||
(version "21.0.3b509.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1879,7 +1879,7 @@ (define-public jbr21
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xwldx2k9cx0b6xdh8ic0v87cr89khwr8hxnnrpwdsia1i8gkpga"))
|
||||
"03xkghbp0b1czc2ags9n8ilprf9sy4bhsma0wf8xfapqn6d2sfyd"))
|
||||
(patches (search-patches "openjdk-21-fix-rpath.patch"
|
||||
"jbr-17-xcursor-no-dynamic.patch"))))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue