diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-02-18 17:32:26 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-02-22 21:42:03 +0100 |
commit | efa091f9f4e77068353dff24f0ccd2d0613c3f48 (patch) | |
tree | 3ea48fc5e1116ce984cddedc50c8c8a8450bc448 | |
parent | 9e47a50de840b17b67d074fcc08bbdba10644ec3 (diff) |
gnu: josm: Update to 18646.
* gnu/packages/geo.scm (josm): Update to 18646.
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index ff0dc0b6b0..044606936b 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1760,7 +1760,7 @@ to the OSM opening hours specification.") (define-public josm (package (name "josm") - (version "18583") + (version "18646") (source (origin (method svn-fetch) (uri (svn-reference @@ -1769,7 +1769,7 @@ to the OSM opening hours specification.") (recursive? #f))) (sha256 (base32 - "01ghh9kl984lr8f70jsks31p6a4cqpxqjpmbc4x6mzbmvy87dfvy")) + "0zr3p1i39wi0f29lgb3xrnv6lijrq5ia8jxn4wnq1yz0xdlbg98i")) (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet |