gnu: r-terra: Update to 1.4-11.

* gnu/packages/cran.scm (r-terra): Update to 1.4-11.
[propagated-inputs]: Remove r-raster.
This commit is contained in:
Ricardo Wurmus 2021-11-01 20:44:44 +00:00
parent 5c57272156
commit 9b64ba34e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19842,14 +19842,14 @@ (define-public r-graphlayouts
(define-public r-terra
(package
(name "r-terra")
(version "1.3-22")
(version "1.4-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "terra" version))
(sha256
(base32
"1z5zql68q4n81ccpl02hndhbavhhqs65bli1hjxlqdwdq192whkh"))))
"08gx28ad00adz4fqch3fx27s6yd0rpjhmdy6b83d1wnlzzgc13qa"))))
(properties `((upstream-name . "terra")))
(build-system r-build-system)
(inputs
@ -19859,8 +19859,7 @@ (define-public r-terra
("sqlite" ,sqlite) ; needed for proj
("zlib" ,zlib)))
(propagated-inputs
`(("r-raster" ,r-raster)
("r-rcpp" ,r-rcpp)))
`(("r-rcpp" ,r-rcpp)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://rspatial.org/terra")