aboutsummaryrefslogtreecommitdiff
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
parenta49bfa1f6c22363c9e495070f51b82e60b1495af (diff)
downloadguix-99da1afc2b98711743cabfeb1d7e20a0d9808801.tar
guix-99da1afc2b98711743cabfeb1d7e20a0d9808801.tar.gz
gnu: josm: Update to 17084.
* gnu/packages/geo.scm (josm): Update to 17084.
-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 09afa658c7..ce14a9e861 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 "17013")
+ (version "17084")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -1286,7 +1286,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
- "12mcqswjijvx2n7hz7lnx83i3vjr5ib58cazqin10hczcwnd778q"))
+ "0pl1v0lj6lslnaxlr5isivg97xgnydsp0f491idvf93fi2g5grn5"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet