gnu: josm: Update to 19253.

* gnu/packages/geo.scm (josm): Update to 19253.

Change-Id: I903f78eede31d944643de31bac728445fadd629f
Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
Julien Lepiller 2024-11-21 21:24:35 +01:00 committed by Eric Bavier
parent 1f3df1ea4d
commit 9b1de856cf
No known key found for this signature in database
GPG key ID: BC45CA67E2F8D007

View file

@ -2200,7 +2200,7 @@ to the OSM opening hours specification.")
(define-public josm
(package
(name "josm")
(version "19160")
(version "19253")
(source (origin
(method svn-fetch)
(uri (svn-reference
@ -2209,7 +2209,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
"06m6rg9czs7mhkh0byd3c8n8y1gbzqqw2iy7qyn4084al4mdrw2z"))
"1k5v591mkh0xkyfj66qmv1mamqsqw347nhax5hlwyg8hgfk7a6xr"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet