gnu: josm: Update to 15937.

* gnu/packages/geo.scm (josm): Update to 15937.
This commit is contained in:
Julien Lepiller 2020-03-04 02:00:10 +01:00
parent 8c8c0c63ec
commit 4b759d3c54
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1127,7 +1127,7 @@ (define-public java-jmapviewer
(define-public josm
(package
(name "josm")
(version "15553")
(version "15937")
(source (origin
(method svn-fetch)
(uri (svn-reference
@ -1136,7 +1136,7 @@ (define-public josm
(recursive? #f)))
(sha256
(base32
"091pbcn4fnmk42fmxplhis3nw5dbljf6ws8acyhx5dflyn49xzmx"))
"00b8sw0wgkcf7xknmdpn5s521ax8x2660figidcrry37sgq3x946"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet