guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: imposm3: Update to 0.11.1.


From: guix-commits
Subject: 01/03: gnu: imposm3: Update to 0.11.1.
Date: Thu, 16 Dec 2021 17:58:03 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit c368431004afa3ac99c4da546c77b6296eae41ad
Author: Nikolay Korotkiy <sikmir@gmail.com>
AuthorDate: Thu Dec 16 13:20:18 2021 +0300

    gnu: imposm3: Update to 0.11.1.
    
    * gnu/packages/geo.scm (imposm3): Update to 0.11.1.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 02db04e..4406d4a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1129,7 +1129,7 @@ delivered to any client.")
 (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 @@ delivered to any client.")
     (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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]