guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: josm: Update to 15553.


From: guix-commits
Subject: 01/01: gnu: josm: Update to 15553.
Date: Sat, 14 Dec 2019 11:43:32 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 5c1bd7b8d1f1f0e436147baf6ed100e96189366d
Author: Julien Lepiller <address@hidden>
Date:   Sat Dec 14 17:42:33 2019 +0100

    gnu: josm: Update to 15553.
    
    * gnu/packages/geo.scm (josm): Update to 15553.
---
 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 41801ed..278ece0 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1081,7 +1081,7 @@ an independent project by the JOSM team.")
 (define-public josm
   (package
     (name "josm")
-    (version "15492")
+    (version "15553")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1090,7 +1090,7 @@ an independent project by the JOSM team.")
                      (recursive? #f)))
               (sha256
                (base32
-                "12xkwcv77as30a61w1c8a0i2b0kiiks71d487gbdfv7azlj4vqia"))
+                "091pbcn4fnmk42fmxplhis3nw5dbljf6ws8acyhx5dflyn49xzmx"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet



reply via email to

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