diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2026-02-22 14:59:59 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-03-18 18:50:21 +0100 |
| commit | a3639658c7ccab4af9878b5e9ba674eb7d079a22 (patch) | |
| tree | 3d61c6f176ae5f16a35655b747e54ea65c8bd37c | |
| parent | ed633bbe88b6babe311d856fd99a81a17381a493 (diff) | |
gnu: josm: Update to 19539.
* gnu/packages/geo.scm (josm): Update to 19539.
Change-Id: Idd5cdd76962d4377351915cf09b2cd6fab86b347
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| -rw-r--r-- | gnu/packages/geo.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 748856b3314..2bf6378b038 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm | |||
| @@ -2932,7 +2932,7 @@ to the OSM opening hours specification.") | |||
| 2932 | (define-public josm | 2932 | (define-public josm |
| 2933 | (package | 2933 | (package |
| 2934 | (name "josm") | 2934 | (name "josm") |
| 2935 | (version "19412") | 2935 | (version "19539") |
| 2936 | (source (origin | 2936 | (source (origin |
| 2937 | (method svn-fetch) | 2937 | (method svn-fetch) |
| 2938 | (uri (svn-reference | 2938 | (uri (svn-reference |
| @@ -2941,7 +2941,7 @@ to the OSM opening hours specification.") | |||
| 2941 | (recursive? #f))) | 2941 | (recursive? #f))) |
| 2942 | (sha256 | 2942 | (sha256 |
| 2943 | (base32 | 2943 | (base32 |
| 2944 | "152pf0ww16jj5cv94ywlv5nb8pvnyqmvmnwsy3w0lf094faqkv5d")) | 2944 | "05kslpvdwl4fldjzl6m2kmqvbmjv5yvipfavg01l30ywhw2c7v7v")) |
| 2945 | (file-name (string-append name "-" version "-checkout")) | 2945 | (file-name (string-append name "-" version "-checkout")) |
| 2946 | (modules '((guix build utils))) | 2946 | (modules '((guix build utils))) |
| 2947 | (snippet | 2947 | (snippet |
| @@ -2960,7 +2960,6 @@ to the OSM opening hours specification.") | |||
| 2960 | java-jsr305 | 2960 | java-jsr305 |
| 2961 | java-metadata-extractor | 2961 | java-metadata-extractor |
| 2962 | java-opening-hours-parser | 2962 | java-opening-hours-parser |
| 2963 | java-openjfx-media | ||
| 2964 | java-parsson ; runtime dependency | 2963 | java-parsson ; runtime dependency |
| 2965 | java-signpost-core | 2964 | java-signpost-core |
| 2966 | java-svg-salamander | 2965 | java-svg-salamander |
| @@ -3067,6 +3066,7 @@ to the OSM opening hours specification.") | |||
| 3067 | (lambda _ | 3066 | (lambda _ |
| 3068 | (display | 3067 | (display |
| 3069 | (string-append "#!/bin/sh\n" | 3068 | (string-append "#!/bin/sh\n" |
| 3069 | "_JAVA_AWT_WM_NONREPARENTING=1 " | ||
| 3070 | (assoc-ref inputs "openjdk") "/bin/java" | 3070 | (assoc-ref inputs "openjdk") "/bin/java" |
| 3071 | " -cp " out "/share/java/josm.jar:" | 3071 | " -cp " out "/share/java/josm.jar:" |
| 3072 | ;; CLASSPATH, but remove native inputs | 3072 | ;; CLASSPATH, but remove native inputs |
