[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: josm: Update to 17013.
From: |
guix-commits |
Subject: |
branch master updated: gnu: josm: Update to 17013. |
Date: |
Sat, 03 Oct 2020 10:50:32 -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 2bfbe07 gnu: josm: Update to 17013.
2bfbe07 is described below
commit 2bfbe0787d1cc31ed6aebc7bbaec599312842622
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Oct 3 16:48:02 2020 +0200
gnu: josm: Update to 17013.
* gnu/packages/geo.scm (josm): Update to 17013.
---
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 0605d84..84d1bd9 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 "16812")
+ (version "17013")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -1286,7 +1286,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
- "131ly6ah9ygrah1wq1h2199v4hyzgflnh62ychs4jqvy9wz0dal6"))
+ "12mcqswjijvx2n7hz7lnx83i3vjr5ib58cazqin10hczcwnd778q"))
(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 17013.,
guix-commits <=