summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-10-03 16:48:02 +0200
committerJulien Lepiller <julien@lepiller.eu>2020-10-03 16:50:23 +0200
commit2bfbe0787d1cc31ed6aebc7bbaec599312842622 (patch)
tree74d0b0d482f5a720a504de0ff108b9af60d1c876 /gnu/packages/geo.scm
parentb3f5402d2d506271857d2c987b79b741d4b0ec33 (diff)
downloadguix-patches-2bfbe0787d1cc31ed6aebc7bbaec599312842622.tar
guix-patches-2bfbe0787d1cc31ed6aebc7bbaec599312842622.tar.gz
gnu: josm: Update to 17013.
* gnu/packages/geo.scm (josm): Update to 17013.
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 0605d84c0e..84d1bd981f 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1277,7 +1277,7 @@ to the OSM opening hours specification.")
(define-public josm
(package
(name "josm")
- (version "16812")
+ (version "17013")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -1286,7 +1286,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
- "131ly6ah9ygrah1wq1h2199v4hyzgflnh62ychs4jqvy9wz0dal6"))
+ "12mcqswjijvx2n7hz7lnx83i3vjr5ib58cazqin10hczcwnd778q"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet