gnu: saga: Update to 7.9.0.

* gnu/packages/geo.scm (saga): Update to 7.9.0.
  [inputs]: Replace proj.4 with proj.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2021-04-03 11:12:27 +02:00 committed by Guillaume Le Vaillant
parent 83ecb38148
commit 35351dfd97
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2013,7 +2013,7 @@ (define-public grass
(define-public saga
(package
(name "saga")
(version "7.6.2")
(version "7.9.0")
(source
(origin
(method url-fetch)
@ -2021,7 +2021,7 @@ (define-public saga
(version-major version) "/SAGA%20-%20" version
"/saga-" version ".tar.gz"))
(sha256
(base32 "09j5magmayq2y620kqa490mfd1kpdp3lng2ifcgbrmssc079ybm0"))))
(base32 "1n051yxxkylly0k9rlkx2ih3j2lf9d4csg00sm7161r7nhjvggd1"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@ -2036,7 +2036,7 @@ (define-public saga
("libtiff" ,libtiff)
("opencv" ,opencv)
("postgresql" ,postgresql)
("proj.4" ,proj.4)
("proj" ,proj)
("python" ,python)
("qhull" ,qhull)
("unixodbc" ,unixodbc)