guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: josm: Update to 18360.


From: guix-commits
Subject: branch master updated: gnu: josm: Update to 18360.
Date: Tue, 11 Jan 2022 08:44:04 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 81ab201626 gnu: josm: Update to 18360.
81ab201626 is described below

commit 81ab20162653cf215d3305086d207472eab6385c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Jan 11 14:42:56 2022 +0100

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



reply via email to

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