GNU bug report logs - #52544
[PATCH] gnu: imposm3: Update to 0.11.1.

Previous Next

Package: guix-patches;

Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>

Date: Thu, 16 Dec 2021 10:21:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nikolay Korotkiy <sikmir <at> gmail.com>
Subject: bug#52544: closed (Re: [bug#52544] [PATCH] gnu: imposm3: Update
 to 0.11.1.)
Date: Thu, 16 Dec 2021 23:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52544: [PATCH] gnu: imposm3: Update to 0.11.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52544 <at> debbugs.gnu.org.

-- 
52544: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52544
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julien Lepiller <julien <at> lepiller.eu>
To: Nikolay Korotkiy <sikmir <at> gmail.com>
Cc: 52544-done <at> debbugs.gnu.org
Subject: Re: [bug#52544] [PATCH] gnu: imposm3: Update to 0.11.1.
Date: Fri, 17 Dec 2021 00:23:01 +0100
Pushed to master as c368431004afa3ac99c4da546c77b6296eae41ad, thanks!

[Message part 3 (message/rfc822, inline)]
From: Nikolay Korotkiy <sikmir <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nikolay Korotkiy <sikmir <at> gmail.com>
Subject: [PATCH] gnu: imposm3: Update to 0.11.1.
Date: Thu, 16 Dec 2021 13:20:18 +0300
* gnu/packages/geo.scm (imposm3): Update to 0.11.1.
---
 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 02db04e38c..4406d4abef 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1129,7 +1129,7 @@ (define-public tegola
 (define-public imposm3
   (package
     (name "imposm3")
-    (version "0.6.0-alpha.4")
+    (version "0.11.1")
     (source
       (origin
         (method url-fetch)
@@ -1138,7 +1138,7 @@ (define-public imposm3
     (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "06f0kwmv52yd5m9jlckqxqmkf0cnqy3hamakrvg9lspplyqrds80"))))
+          "1w7b221z5k9254zn01imycxkyw62xigqizhwvrgxqmq1m9r5410l"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/omniscale/imposm3/cmd/imposm"
-- 
2.34.0




This bug report was last modified 3 years and 154 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.