[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: josm: Update to 17329.
From: |
guix-commits |
Subject: |
branch master updated: gnu: josm: Update to 17329. |
Date: |
Sun, 13 Dec 2020 11:55:34 -0500 |
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 1565794 gnu: josm: Update to 17329.
1565794 is described below
commit 1565794703e045cced2319360389dece65f9b9fa
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 13 17:54:37 2020 +0100
gnu: josm: Update to 17329.
* gnu/packages/geo.scm (josm): Update to 17329.
---
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 fb8ff81..7e9cde6 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1330,7 +1330,7 @@ to the OSM opening hours specification.")
(define-public josm
(package
(name "josm")
- (version "17084")
+ (version "17329")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -1339,7 +1339,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
- "0pl1v0lj6lslnaxlr5isivg97xgnydsp0f491idvf93fi2g5grn5"))
+ "0bq6mirdsi0kmhjfzfp3innxi5a4395d7mas7ikxaz0cziljrz1i"))
(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 17329.,
guix-commits <=