guix-commits
[Top][All Lists]
Advanced

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

176/285: gnu: libspatialindex: Update to 1.9.3.


From: guix-commits
Subject: 176/285: gnu: libspatialindex: Update to 1.9.3.
Date: Sun, 29 Dec 2019 20:44:24 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit a1a92b703251d0e18909ae599d8c7b464a242b5e
Author: Arun Isaac <address@hidden>
Date:   Thu Dec 5 01:46:28 2019 +0530

    gnu: libspatialindex: Update to 1.9.3.
    
    * gnu/packages/geo.scm (libspatialindex): Update to 1.9.3.
    [build-system]: Switch to cmake-build-system.
    [source]: Update URI.
---
 gnu/packages/geo.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index fdb530b..99cdb64 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1047,16 +1047,17 @@ volunteers.")
 (define-public libspatialindex
   (package
     (name "libspatialindex")
-    (version "1.8.5")
+    (version "1.9.3")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://download.osgeo.org/libspatialindex/";
-                           "spatialindex-src-" version ".tar.gz"))
+       (uri (string-append 
"https://github.com/libspatialindex/libspatialindex/";
+                           "releases/download/" version "/spatialindex-src-"
+                           version ".tar.bz2"))
        (sha256
         (base32
-         "1vxzm7kczwnb6qdmc0hb00z8ykx11zk3sb68gc7rch4vrfi4dakw"))))
-    (build-system gnu-build-system)
+         "02n5vjcyk04w0djidyp21hfbxfpbbara8ifd9nml6158rwqr8lja"))))
+    (build-system cmake-build-system)
     (home-page "https://libspatialindex.org";)
     (synopsis "Spatial indexing library")
     (description "The purpose of this library is to provide:



reply via email to

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