guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a3639658c7ccab4af9878b5e9ba674eb7d079a22
Author: Julien Lepiller <[email protected]>
AuthorDate: Sun Feb 22 14:59:59 2026 +0100

    gnu: josm: Update to 19539.
    
    * gnu/packages/geo.scm (josm): Update to 19539.
    
    Change-Id: Idd5cdd76962d4377351915cf09b2cd6fab86b347
    Signed-off-by: Julien Lepiller <[email protected]>
---
 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

Reply via email to