diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-12-23 19:31:25 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2024-01-01 10:37:03 +0100 |
commit | 9bfb7db8f66a62005bb76bef27273fc7101f9b52 (patch) | |
tree | e22575be352e576bb5b5e38c852f9aa301a027d4 /gnu | |
parent | 8ba7a4a042cf04923ca1c686980efc170e9db086 (diff) | |
download | guix-9bfb7db8f66a62005bb76bef27273fc7101f9b52.tar.gz guix-9bfb7db8f66a62005bb76bef27273fc7101f9b52.zip |
gnu. josm. Update to 18907.
* gnu/packages/geo.scm (josm): Update to 18907.
Change-Id: Ica61eabb49489bc5716b2b0bd029bbffcb7f84d3
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 053ea40408..31abb2cc36 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1940,7 +1940,7 @@ to the OSM opening hours specification.") (define-public josm (package (name "josm") - (version "18822") + (version "18907") (source (origin (method svn-fetch) (uri (svn-reference @@ -1949,7 +1949,7 @@ to the OSM opening hours specification.") (recursive? #f))) (sha256 (base32 - "0b4q6n3jbqrh7dsfmcf2g0xdd1wjj62sjq8lwvggvrpqlk1fyn1b")) + "0vkczijw537f4y1b7hfxa45k3ww6nf2cf485b19dnbgh9ab6mnjl")) (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet @@ -1963,6 +1963,7 @@ to the OSM opening hours specification.") (list java-commons-jcs java-commons-compress java-jmapviewer + java-jakarta-annotations-api java-jakarta-json java-jsr305 java-metadata-extractor |