~ruther/guix-local

d4cef7edffe0283949fc0f06d7796cea3543b92f — Felix Gruber 2 years ago 6a7db35
gnu: spatialite-tools: Update to 5.1.0a.

* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0a.

Change-Id: I2dd09003d090db692d6056402cef55e1c1203684
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +2 -2
@@ 2329,7 2329,7 @@ associated attribute file (@file{.dbf}).")
(define-public spatialite-tools
  (package
    (name "spatialite-tools")
    (version "5.1.0")
    (version "5.1.0a")
    (source
     (origin
       (method url-fetch)


@@ 2337,7 2337,7 @@ associated attribute file (@file{.dbf}).")
                           "spatialite-tools-sources/"
                           "spatialite-tools-" version ".tar.gz"))
       (sha256
        (base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
        (base32 "1kh1amab452m3801knmpn1jcg27axakb90gd8fxwv240irsk97hi"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))