gnu: josm: Update to 17084.

* gnu/packages/geo.scm (josm): Update to 17084.
This commit is contained in:
Julien Lepiller 2020-10-22 23:55:20 +02:00
parent a49bfa1f6c
commit 99da1afc2b
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1277,7 +1277,7 @@ (define-public java-opening-hours-parser
(define-public josm
(package
(name "josm")
(version "17013")
(version "17084")
(source (origin
(method svn-fetch)
(uri (svn-reference
@ -1286,7 +1286,7 @@ (define-public josm
(recursive? #f)))
(sha256
(base32
"12mcqswjijvx2n7hz7lnx83i3vjr5ib58cazqin10hczcwnd778q"))
"0pl1v0lj6lslnaxlr5isivg97xgnydsp0f491idvf93fi2g5grn5"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet