gnu: Update josm to 19412.

* gnu/packages/geo.scm (josm): Update to 19412.
[arguments] <jdk>: Use openjdk17.
[inputs]: Remove openjdk11; add openjdk17.

Change-Id: I4258b402b5cb2fc2aff49c6d7ac9b4625d64bc88
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Julien Lepiller 2025-06-25 20:12:57 +02:00 committed by Sharlatan Hellseher
parent c9114277ec
commit 80d7957384
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1878,7 +1878,7 @@ extension.")
(base32 "1nqzlrzxwhvm7z2pl70bwlr37fz95hcm0n8v7y503krh5x4xl9r3")))) (base32 "1nqzlrzxwhvm7z2pl70bwlr37fz95hcm0n8v7y503krh5x4xl9r3"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'udunits-path (add-after 'unpack 'udunits-path
@ -2694,7 +2694,7 @@ to the OSM opening hours specification.")
(define-public josm (define-public josm
(package (package
(name "josm") (name "josm")
(version "19253") (version "19412")
(source (origin (source (origin
(method svn-fetch) (method svn-fetch)
(uri (svn-reference (uri (svn-reference
@ -2703,7 +2703,7 @@ to the OSM opening hours specification.")
(recursive? #f))) (recursive? #f)))
(sha256 (sha256
(base32 (base32
"1k5v591mkh0xkyfj66qmv1mamqsqw347nhax5hlwyg8hgfk7a6xr")) "152pf0ww16jj5cv94ywlv5nb8pvnyqmvmnwsy3w0lf094faqkv5d"))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
@ -2726,11 +2726,11 @@ to the OSM opening hours specification.")
java-parsson ; runtime dependency java-parsson ; runtime dependency
java-signpost-core java-signpost-core
java-svg-salamander java-svg-salamander
openjdk11)) openjdk17))
(arguments (arguments
`(#:tests? #f `(#:tests? #f
#:jar-name "josm.jar" #:jar-name "josm.jar"
#:jdk ,openjdk11 #:jdk ,openjdk17
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'rm-build.xml (add-after 'unpack 'rm-build.xml