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 16731.


From: guix-commits
Subject: branch master updated: gnu: josm: Update to 16731.
Date: Sat, 08 Aug 2020 10:22:30 -0400

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 dd98135  gnu: josm: Update to 16731.
dd98135 is described below

commit dd98135a5619808992fa90968caeb5d9d18cfe73
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 8 16:19:46 2020 +0200

    gnu: josm: Update to 16731.
    
    * gnu/packages/geo.scm (josm): Update to 16731.
---
 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 3b08b28..8760ac4 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1212,7 +1212,7 @@ to the OSM opening hours specification.")
 (define-public josm
   (package
     (name "josm")
-    (version "16731")
+    (version "16812")
     (source (origin
               (method svn-fetch)
               (uri (svn-reference
@@ -1221,7 +1221,7 @@ to the OSM opening hours specification.")
                      (recursive? #f)))
               (sha256
                (base32
-                "036kdb1ckhym5f7lj5ydzblli7f1i1pl8z00hxvagf2rczdf5fi3"))
+                "131ly6ah9ygrah1wq1h2199v4hyzgflnh62ychs4jqvy9wz0dal6"))
               (file-name (string-append name "-" version "-checkout"))
               (modules '((guix build utils)))
             (snippet



reply via email to

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