gnu: josm: Update to 17329.

* gnu/packages/geo.scm (josm): Update to 17329.
This commit is contained in:
Julien Lepiller 2020-12-13 17:54:37 +01:00
parent 11c3744275
commit 1565794703
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

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