summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@gmail.com>2021-12-16 15:45:29 +0300
committerJulien Lepiller <julien@lepiller.eu>2021-12-16 23:57:39 +0100
commit1ca2c6730b58c2779fa6837728e90273ad9c042d (patch)
tree207eb25b5d9c4cf863194f30b7b9403119a85649 /gnu
parentaa4b555eb5866a3ea20e7c90a7ecd600c7be9084 (diff)
downloadguix-1ca2c6730b58c2779fa6837728e90273ad9c042d.tar.gz
gnu: josm: Update to 18303.
* gnu/packages/geo.scm (josm): Update to 18303.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 35b86b1ad9..547340f865 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1551,7 +1551,7 @@ to the OSM opening hours specification.")
 (define-public josm
   (package
     (name "josm")
-    (version "18193")
+    (version "18303")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1560,7 +1560,7 @@ to the OSM opening hours specification.")
                      (recursive? #f)))
               (sha256
                (base32
-                "162hdck29bkag1d97nisx8v7395pdw00bl7nf0p02hr30fc1fcrh"))
+                "1bn3s4lkxx0nlh8ax42qcwn6kn53a5i3qzr47mrvsmcp6hdrnxwx"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet