summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-10-22 23:55:20 +0200
committerJulien Lepiller <julien@lepiller.eu>2020-10-22 23:55:57 +0200
commit99da1afc2b98711743cabfeb1d7e20a0d9808801 (patch)
tree9e54789d013a7f140c1bba9e65dde3695993a676 /gnu
parenta49bfa1f6c22363c9e495070f51b82e60b1495af (diff)
gnu: josm: Update to 17084.
* gnu/packages/geo.scm (josm): Update to 17084.
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 09afa658c7a..ce14a9e8615 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1277,7 +1277,7 @@ to the OSM opening hours specification.")
1277(define-public josm 1277(define-public josm
1278 (package 1278 (package
1279 (name "josm") 1279 (name "josm")
1280 (version "17013") 1280 (version "17084")
1281 (source (origin 1281 (source (origin
1282 (method svn-fetch) 1282 (method svn-fetch)
1283 (uri (svn-reference 1283 (uri (svn-reference
@@ -1286,7 +1286,7 @@ to the OSM opening hours specification.")
1286 (recursive? #f))) 1286 (recursive? #f)))
1287 (sha256 1287 (sha256
1288 (base32 1288 (base32
1289 "12mcqswjijvx2n7hz7lnx83i3vjr5ib58cazqin10hczcwnd778q")) 1289 "0pl1v0lj6lslnaxlr5isivg97xgnydsp0f491idvf93fi2g5grn5"))
1290 (file-name (string-append name "-" version "-checkout")) 1290 (file-name (string-append name "-" version "-checkout"))
1291 (modules '((guix build utils))) 1291 (modules '((guix build utils)))
1292 (snippet 1292 (snippet