[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: josm: Update to 17084.
From: |
guix-commits |
Subject: |
branch master updated: gnu: josm: Update to 17084. |
Date: |
Thu, 22 Oct 2020 17:56:14 -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 99da1af gnu: josm: Update to 17084.
99da1af is described below
commit 99da1afc2b98711743cabfeb1d7e20a0d9808801
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Oct 22 23:55:20 2020 +0200
gnu: josm: Update to 17084.
* gnu/packages/geo.scm (josm): Update to 17084.
---
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 09afa65..ce14a9e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1277,7 +1277,7 @@ to the OSM opening hours specification.")
(define-public josm
(package
(name "josm")
- (version "17013")
+ (version "17084")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -1286,7 +1286,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
- "12mcqswjijvx2n7hz7lnx83i3vjr5ib58cazqin10hczcwnd778q"))
+ "0pl1v0lj6lslnaxlr5isivg97xgnydsp0f491idvf93fi2g5grn5"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: josm: Update to 17084.,
guix-commits <=