Archived
1
0
Fork 0

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 @@ emphasize hidden group structures in networks or focus on specific nodes.")
(define-public r-terra (define-public r-terra
(package (package
(name "r-terra") (name "r-terra")
(version "1.3-22") (version "1.4-11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "terra" version)) (uri (cran-uri "terra" version))
(sha256 (sha256
(base32 (base32
"1z5zql68q4n81ccpl02hndhbavhhqs65bli1hjxlqdwdq192whkh")))) "08gx28ad00adz4fqch3fx27s6yd0rpjhmdy6b83d1wnlzzgc13qa"))))
(properties `((upstream-name . "terra"))) (properties `((upstream-name . "terra")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
@ -19859,8 +19859,7 @@ emphasize hidden group structures in networks or focus on specific nodes.")
("sqlite" ,sqlite) ; needed for proj ("sqlite" ,sqlite) ; needed for proj
("zlib" ,zlib))) ("zlib" ,zlib)))
(propagated-inputs (propagated-inputs
`(("r-raster" ,r-raster) `(("r-rcpp" ,r-rcpp)))
("r-rcpp" ,r-rcpp)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "https://rspatial.org/terra") (home-page "https://rspatial.org/terra")