|
From: | GNU bug Tracking System |
Subject: | bug#74466: closed ([PATCH] gnu: josm: Update to 19253.) |
Date: | Fri, 22 Nov 2024 22:41:02 +0000 |
Your message dated Fri, 22 Nov 2024 22:30:24 +0000 with message-id <7353D70A-949F-44E0-9BF0-F99A41B291C6@posteo.net> and subject line Re: [bug#74466] [PATCH 3/3] gnu: josm: Update to 19253. has caused the debbugs.gnu.org bug report #74466, regarding [PATCH] gnu: josm: Update to 19253. to be marked as done. (If you believe you have received this mail in error, please contact help-debbugs@gnu.org.) -- 74466: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74466 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems
--- Begin Message ---Subject: [PATCH] gnu: josm: Update to 19253. Date: Thu, 21 Nov 2024 21:21:51 +0100 Hi Guix! This small patch series updates JOSM. For some reason svn complains the certificate is expired, but this is not the case. We don't expose nss-certs in svn-fetch, so it cannot check it anyway. We used a now deprecated option to disable certificate checking. The first patch updates this option to the new one, and excludes more failure causes. The remaining two patches are trivial version updates.
--- End Message ---
--- Begin Message ---Subject: Re: [bug#74466] [PATCH 3/3] gnu: josm: Update to 19253. Date: Fri, 22 Nov 2024 22:30:24 +0000 LGTM. Applied and pushed.On November 21, 2024 8:24:35 PM UTC, Julien Lepiller <julien@lepiller.eu> wrote:* gnu/packages/geo.scm (josm): Update to 19253.
Change-Id: I903f78eede31d944643de31bac728445fadd629f
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 @@ (define-public java-opening-hours-parser
(define-public josm
(package
(name "josm")
- (version "19160")
+ (version "19253")
(source (origin
(method svn-fetch)
(uri (svn-reference
@@ -2209,7 +2209,7 @@ (define-public josm
(recursive? #f)))
(sha256
(base32
- "06m6rg9czs7mhkh0byd3c8n8y1gbzqqw2iy7qyn4084al4mdrw2z"))
+ "1k5v591mkh0xkyfj66qmv1mamqsqw347nhax5hlwyg8hgfk7a6xr"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |