[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: josm: Update to 19253.
From: |
guix-commits |
Subject: |
03/03: gnu: josm: Update to 19253. |
Date: |
Fri, 22 Nov 2024 17:22:59 -0500 (EST) |
bavier pushed a commit to branch master
in repository guix.
commit 9b1de856cf1870feda070d03eeb98f532c466238
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Nov 21 21:24:35 2024 +0100
gnu: josm: Update to 19253.
* gnu/packages/geo.scm (josm): Update to 19253.
Change-Id: I903f78eede31d944643de31bac728445fadd629f
Signed-off-by: Eric Bavier <bavier@posteo.net>
---
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 e5c97d86da..a9a9e1c945 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2200,7 +2200,7 @@ to the OSM opening hours specification.")
(define-public josm
(package
(name "josm")
- (version "19160")
+ (version "19253")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -2209,7 +2209,7 @@ to the OSM opening hours specification.")
(recursive? #f)))
(sha256
(base32
- "06m6rg9czs7mhkh0byd3c8n8y1gbzqqw2iy7qyn4084al4mdrw2z"))
+ "1k5v591mkh0xkyfj66qmv1mamqsqw347nhax5hlwyg8hgfk7a6xr"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet