gnu: java-jmapviewer: Update to 2.22.

* gnu/packages/geo.scm (java-jmapviewer): Update to 2.22.

Change-Id: Ifbe2bd718fbf999e7900fb629be634d1a3351931
Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
Julien Lepiller 2024-11-21 21:24:34 +01:00 committed by Eric Bavier
parent fbf6de1efe
commit 1f3df1ea4d
No known key found for this signature in database
GPG key ID: BC45CA67E2F8D007

View file

@ -2121,7 +2121,7 @@ from multiple records.")
(define-public java-jmapviewer
(package
(name "java-jmapviewer")
(version "2.20")
(version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "https://josm.openstreetmap.de/osmsvn/"
@ -2129,7 +2129,7 @@ from multiple records.")
version "/JMapViewer-" version "-Source.zip"))
(sha256
(base32
"02cvmmvvlqpbwn022w3m60xkq4gh4jh9lajs6yjgvjf2hnwxll31"))))
"0lq82yyancaswjb9fammjl1jicvdbijjz86bz94dy2v9zm62zq5b"))))
(build-system ant-build-system)
(native-inputs
(list unzip))