mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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>
This commit is contained in:
parent
6a7db35524
commit
d4cef7edff
1 changed files with 2 additions and 2 deletions
|
@ -2329,7 +2329,7 @@ (define-public shapelib
|
||||||
(define-public spatialite-tools
|
(define-public spatialite-tools
|
||||||
(package
|
(package
|
||||||
(name "spatialite-tools")
|
(name "spatialite-tools")
|
||||||
(version "5.1.0")
|
(version "5.1.0a")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2337,7 +2337,7 @@ (define-public spatialite-tools
|
||||||
"spatialite-tools-sources/"
|
"spatialite-tools-sources/"
|
||||||
"spatialite-tools-" version ".tar.gz"))
|
"spatialite-tools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
|
(base32 "1kh1amab452m3801knmpn1jcg27axakb90gd8fxwv240irsk97hi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue