guix-patches
[Top][All Lists]
Advanced

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

[bug#58553] [PATCH 7/7] gnu: josm: Udpate to 18570.


From: Julien Lepiller
Subject: [bug#58553] [PATCH 7/7] gnu: josm: Udpate to 18570.
Date: Sat, 15 Oct 2022 23:39:25 +0200

* gnu/packages/java.scm (josm): Update to 18570.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0ab711c501..41197b0d06 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1707,7 +1707,7 @@ (define-public java-opening-hours-parser
 (define-public josm
   (package
     (name "josm")
-    (version "18360")
+    (version "18570")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1716,7 +1716,7 @@ (define-public josm
                      (recursive? #f)))
               (sha256
                (base32
-                "0j7fhzh6hs2b5r1a3d1xpy6f5r6q1kh79bck28raang8ldd754c6"))
+                "1msymjsprjiazn7p05jp3xhkasdk4sbppixyy6g9lvj4pnb5c9h4"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet
-- 
2.38.0






reply via email to

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