mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jbr: Update to 17.0.10b1207.6.
* gnu/packages/java.scm (jbr): Update to 17.0.10b1207.6. Change-Id: Iefcc3cb8cae593b5659a646314fe846cc509c666
This commit is contained in:
parent
57a5a91596
commit
259372b7a9
1 changed files with 2 additions and 2 deletions
|
@ -1724,7 +1724,7 @@ OpenJDK.")
|
||||||
(package
|
(package
|
||||||
(inherit openjdk17)
|
(inherit openjdk17)
|
||||||
(name "jbr")
|
(name "jbr")
|
||||||
(version "17.0.10b1207.2")
|
(version "17.0.10b1207.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1733,7 +1733,7 @@ OpenJDK.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n9i07i243wrnnnvj05j81qhx3b5dry8y423pnbrrdn8fcwm1f2d"))
|
"034c00dr5qmyxvw3xpnpbhlmz3w8pkp52zm7wypjprczd90ylfrc"))
|
||||||
(patches (search-patches "jbr-17-xcursor-no-dynamic.patch"))))
|
(patches (search-patches "jbr-17-xcursor-no-dynamic.patch"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments openjdk17)
|
(substitute-keyword-arguments (package-arguments openjdk17)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue