mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gdal: Update to 3.0.4.
* gnu/packages/geo.scm (gdal): Update to 3.0.4.
This commit is contained in:
parent
9147d1216e
commit
3cf0a5dc53
1 changed files with 2 additions and 2 deletions
|
@ -571,7 +571,7 @@ (define-public spatialite-gui
|
|||
(define-public gdal
|
||||
(package
|
||||
(name "gdal")
|
||||
(version "3.0.2")
|
||||
(version "3.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -579,7 +579,7 @@ (define-public gdal
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f80izh9wshrsw55kg9abpip74hk6frk3hgqrkqbyn3f6i8g2z3q"))
|
||||
"10symyajj1b7j98f889lqxxbmhcyvlhq9gg0l42h69bv22wx45gw"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
`(begin
|
||||
|
|
Loading…
Reference in a new issue