From a3639658c7ccab4af9878b5e9ba674eb7d079a22 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sun, 22 Feb 2026 14:59:59 +0100 Subject: [PATCH] gnu: josm: Update to 19539. * gnu/packages/geo.scm (josm): Update to 19539. Change-Id: Idd5cdd76962d4377351915cf09b2cd6fab86b347 Signed-off-by: Julien Lepiller --- gnu/packages/geo.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 748856b331..2bf6378b03 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2932,7 +2932,7 @@ to the OSM opening hours specification.") (define-public josm (package (name "josm") - (version "19412") + (version "19539") (source (origin (method svn-fetch) (uri (svn-reference @@ -2941,7 +2941,7 @@ to the OSM opening hours specification.") (recursive? #f))) (sha256 (base32 - "152pf0ww16jj5cv94ywlv5nb8pvnyqmvmnwsy3w0lf094faqkv5d")) + "05kslpvdwl4fldjzl6m2kmqvbmjv5yvipfavg01l30ywhw2c7v7v")) (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet @@ -2960,7 +2960,6 @@ to the OSM opening hours specification.") java-jsr305 java-metadata-extractor java-opening-hours-parser - java-openjfx-media java-parsson ; runtime dependency java-signpost-core java-svg-salamander @@ -3067,6 +3066,7 @@ to the OSM opening hours specification.") (lambda _ (display (string-append "#!/bin/sh\n" + "_JAVA_AWT_WM_NONREPARENTING=1 " (assoc-ref inputs "openjdk") "/bin/java" " -cp " out "/share/java/josm.jar:" ;; CLASSPATH, but remove native inputs