mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
1f3df1ea4d
commit
9b1de856cf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue