guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: josm: Udpate to 18583.


From: guix-commits
Subject: 08/08: gnu: josm: Udpate to 18583.
Date: Thu, 3 Nov 2022 10:12:39 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 973dc4564e874107ac56d39ece2a2224cf926fe6
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Oct 15 23:32:46 2022 +0200

    gnu: josm: Udpate to 18583.
    
    * gnu/packages/java.scm (josm): Update to 18583.
---
 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..dc5a77e820 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1707,7 +1707,7 @@ to the OSM opening hours specification.")
 (define-public josm
   (package
     (name "josm")
-    (version "18360")
+    (version "18583")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1716,7 +1716,7 @@ to the OSM opening hours specification.")
                      (recursive? #f)))
               (sha256
                (base32
-                "0j7fhzh6hs2b5r1a3d1xpy6f5r6q1kh79bck28raang8ldd754c6"))
+                "01ghh9kl984lr8f70jsks31p6a4cqpxqjpmbc4x6mzbmvy87dfvy"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet



reply via email to

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