guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu. josm. Update to 18907.


From: guix-commits
Subject: 02/02: gnu. josm. Update to 18907.
Date: Mon, 1 Jan 2024 04:46:04 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 9bfb7db8f66a62005bb76bef27273fc7101f9b52
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Dec 23 19:31:25 2023 +0100

    gnu. josm. Update to 18907.
    
    * gnu/packages/geo.scm (josm): Update to 18907.
    
    Change-Id: Ica61eabb49489bc5716b2b0bd029bbffcb7f84d3
---
 gnu/packages/geo.scm | 5 +++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]