gnu: java-jmapviewer: Update ot 2.13.

* gnu/packages/geo.scm (java-jmapviewer): Update to 2.13.
This commit is contained in:
Julien Lepiller 2020-03-04 01:59:38 +01:00
parent 83c4c5027b
commit 8c8c0c63ec
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1092,7 +1092,7 @@ (define-public libspatialindex
(define-public java-jmapviewer
(package
(name "java-jmapviewer")
(version "2.12")
(version "2.13")
(source (origin
(method url-fetch)
(uri (string-append "https://svn.openstreetmap.org/applications/"
@ -1100,7 +1100,7 @@ (define-public java-jmapviewer
"/JMapViewer-" version "-Source.zip"))
(sha256
(base32
"08hbqsbs859v4m5d90560fdifavd1apnpz9v9iry1v31dsvy5707"))))
"0sy6r5fkbb9bclw0is6gwnbzz627m7pjfnsqydxz58pbndakkhrv"))))
(build-system ant-build-system)
(native-inputs
`(("unzip" ,unzip)))