gnu: gdal: Update to 3.5.1.
* gnu/packages/geo.scm (gdal): Update to 3.5.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
359fd26fc4
commit
800393bf14
1 changed files with 2 additions and 2 deletions
|
@ -941,7 +941,7 @@ development.")
|
||||||
(define-public gdal
|
(define-public gdal
|
||||||
(package
|
(package
|
||||||
(name "gdal")
|
(name "gdal")
|
||||||
(version "3.5.0")
|
(version "3.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -949,7 +949,7 @@ development.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h7dgjx8nk3dd17wwqm2yjnaqciyrd2mz9gcjswpcnmap09wbzrs"))
|
"1l93q7xf6qx9ck5axfkf3ygmvclxkvrjd8x00ckn7j0d0750ci3w"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
|
|
Reference in a new issue