guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: josm: Update to 15937.


From: guix-commits
Subject: 03/03: gnu: josm: Update to 15937.
Date: Tue, 3 Mar 2020 21:08:08 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 4b759d3c548270eba348521669bae15c9e5b72bc
Author: Julien Lepiller <address@hidden>
AuthorDate: Wed Mar 4 02:00:10 2020 +0100

    gnu: josm: Update to 15937.
    
    * gnu/packages/geo.scm (josm): Update to 15937.
---
 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 8e0538b..d458c7b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1127,7 +1127,7 @@ an independent project by the JOSM team.")
 (define-public josm
   (package
     (name "josm")
-    (version "15553")
+    (version "15937")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1136,7 +1136,7 @@ an independent project by the JOSM team.")
                      (recursive? #f)))
               (sha256
                (base32
-                "091pbcn4fnmk42fmxplhis3nw5dbljf6ws8acyhx5dflyn49xzmx"))
+                "00b8sw0wgkcf7xknmdpn5s521ax8x2660figidcrry37sgq3x946"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet



reply via email to

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