mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: gdal: Update to 3.3.3.
* gnu/packages/geo.scm (gdal): Update to 3.3.3.
This commit is contained in:
parent
d73ef8bad8
commit
15bcecc5a7
1 changed files with 2 additions and 2 deletions
|
@ -835,7 +835,7 @@ (define-public spatialite-gui
|
||||||
(define-public gdal
|
(define-public gdal
|
||||||
(package
|
(package
|
||||||
(name "gdal")
|
(name "gdal")
|
||||||
(version "3.1.2")
|
(version "3.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -843,7 +843,7 @@ (define-public gdal
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p6nmlsr8wbyq350pa6c22vrp98dcsa7yjnqsbhdbp74yj53nw9r"))
|
"0nk09lws1hk873yn5f4wzqfvr82gm4hw3gq8w9g1h0kvf6j5x4i8"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
|
|
Loading…
Reference in a new issue