diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-03-04 02:00:10 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-03-04 03:07:56 +0100 |
commit | 4b759d3c548270eba348521669bae15c9e5b72bc (patch) | |
tree | c75375bcf9e29b51c966ae3ecdf2b157fd0bcbcf /gnu | |
parent | 8c8c0c63ecc2be9dac6b3776e039058413bc063b (diff) | |
download | patches-4b759d3c548270eba348521669bae15c9e5b72bc.tar patches-4b759d3c548270eba348521669bae15c9e5b72bc.tar.gz |
gnu: josm: Update to 15937.
* gnu/packages/geo.scm (josm): Update to 15937.
Diffstat (limited to 'gnu')
-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 8e0538b26a..d458c7bc92 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1127,7 +1127,7 @@ an independent project by the JOSM team.") (define-public josm (package (name "josm") - (version "15553") + (version "15937") (source (origin (method svn-fetch) (uri (svn-reference @@ -1136,7 +1136,7 @@ an independent project by the JOSM team.") (recursive? #f))) (sha256 (base32 - "091pbcn4fnmk42fmxplhis3nw5dbljf6ws8acyhx5dflyn49xzmx")) + "00b8sw0wgkcf7xknmdpn5s521ax8x2660figidcrry37sgq3x946")) (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet |