gnu: josm: Update to 18646.

* gnu/packages/geo.scm (josm): Update to 18646.
This commit is contained in:
Julien Lepiller 2023-02-18 17:32:26 +01:00
parent 9e47a50de8
commit efa091f9f4
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1760,7 +1760,7 @@ (define-public java-opening-hours-parser
(define-public josm (define-public josm
(package (package
(name "josm") (name "josm")
(version "18583") (version "18646")
(source (origin (source (origin
(method svn-fetch) (method svn-fetch)
(uri (svn-reference (uri (svn-reference
@ -1769,7 +1769,7 @@ (define-public josm
(recursive? #f))) (recursive? #f)))
(sha256 (sha256
(base32 (base32
"01ghh9kl984lr8f70jsks31p6a4cqpxqjpmbc4x6mzbmvy87dfvy")) "0zr3p1i39wi0f29lgb3xrnv6lijrq5ia8jxn4wnq1yz0xdlbg98i"))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet