Update josm

Julien LepillerSat Feb 24 18:46:55+0100 2018

f4215fe

Update josm

more/packages/java.scm

962962
(define-public java-josm
963963
  (package
964964
    (name "java-josm")
965-
    (version "13265")
965+
    (version "13367")
966966
    (source (origin
967967
              (method git-fetch)
968968
              (uri (git-reference
969969
                    (url "https://github.com/openstreetmap/josm.git")
970-
                    (commit "25ec5252070d8cabb66e51a1be021f4a00b25fe0")))
970+
                    (commit "18d1ca07e20533e5220642d01a866c3880887458")))
971+
              ;; https://josm.openstreetmap.de/browser
971972
              ;; FIXME: Fetching from mirror on github because svn-fetch result
972973
              ;; is not deterministic: hash differs each time it fetches the repo.
973974
              ;(uri (svn-reference

975976
              ;      (revision (string->number version))))
976977
              (sha256
977978
               (base32
978-
                "0xwj6pwzr29hc8533k4pipxc3xx5v60a4vs1qx4rqymahng0dd2h"))
979+
                "0pd7p2wnvammqgf456df13kwzfka1xbrkqj5a6lqfil9p8pcnflw"))
979980
              (file-name (string-append name "-" version))
980981
              (modules '((guix build utils)))
981982
              (snippet