On Thu, 05 Dec 2019 16:49:38 +0530 Arun Isaac wrote: > Subject: [PATCH 4/9] gnu: libspatialindex: Update to 1.9.3. [..] > - (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")) > + "spatialindex-src-" version ".tar.bz2")) I cannot find libspatialindex 1.9.3 here: https://download.osgeo.org/libspatialindex/ How could you build it (Probably answer: You guix downloaded it in your store and it was found by the right checksum)? I found a download link here: https://libspatialindex.org/#download Or we better take the git sources? Could you please update the patch? Thanks, Björn