me
/
guix
Archived
1
0
Fork 0

gnu: jbr: Update to 17.0.10b1207.6.

* gnu/packages/java.scm (jbr): Update to 17.0.10b1207.6.

Change-Id: Iefcc3cb8cae593b5659a646314fe846cc509c666
master
Danny Milosavljevic 2024-04-25 23:14:03 +02:00
parent 57a5a91596
commit 259372b7a9
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -1724,7 +1724,7 @@ OpenJDK.")
(package
(inherit openjdk17)
(name "jbr")
(version "17.0.10b1207.2")
(version "17.0.10b1207.6")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1733,7 +1733,7 @@ OpenJDK.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1n9i07i243wrnnnvj05j81qhx3b5dry8y423pnbrrdn8fcwm1f2d"))
"034c00dr5qmyxvw3xpnpbhlmz3w8pkp52zm7wypjprczd90ylfrc"))
(patches (search-patches "jbr-17-xcursor-no-dynamic.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments openjdk17)