mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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:
parent
5c57272156
commit
9b64ba34e0
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue