summary refs log tree commit diff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-12-13 17:54:37 +0100
committerJulien Lepiller <julien@lepiller.eu>2020-12-13 17:55:21 +0100
commit1565794703e045cced2319360389dece65f9b9fa (patch)
tree22b63457ae4717367e5334d9bde81c4c8fd44cb6 /gnu/packages/geo.scm
parent11c3744275de591b74f761d126667ab81b0efcee (diff)
downloadguix-1565794703e045cced2319360389dece65f9b9fa.tar.gz
gnu: josm: Update to 17329.
* gnu/packages/geo.scm (josm): Update to 17329.
Diffstat (limited to 'gnu/packages/geo.scm')
-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 fb8ff81ab9..7e9cde6198 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1330,7 +1330,7 @@ to the OSM opening hours specification.")
 (define-public josm
   (package
     (name "josm")
-    (version "17084")
+    (version "17329")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1339,7 +1339,7 @@ to the OSM opening hours specification.")
                      (recursive? #f)))
               (sha256
                (base32
-                "0pl1v0lj6lslnaxlr5isivg97xgnydsp0f491idvf93fi2g5grn5"))
+                "0bq6mirdsi0kmhjfzfp3innxi5a4395d7mas7ikxaz0cziljrz1i"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet