mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-dismo: Update to 1.3-5.
* gnu/packages/cran.scm (r-dismo): Update to 1.3-5. [propagated-inputs]: Add r-terra.
This commit is contained in:
parent
f8e998d9aa
commit
ccc23f0e59
1 changed files with 4 additions and 3 deletions
|
@ -31234,20 +31234,21 @@ (define-public r-rfigshare
|
|||
(define-public r-dismo
|
||||
(package
|
||||
(name "r-dismo")
|
||||
(version "1.3-3")
|
||||
(version "1.3-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dismo" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jj9d78f251bxgrwbv1ycn677qnhvl40bfan12x8fhlaq4d36rgx"))))
|
||||
"1rqf6h4imbqvs7hjd1k4my6154wg0qnmnp5byan403rcshr1jbl1"))))
|
||||
(properties `((upstream-name . "dismo")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-raster" ,r-raster)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-sp" ,r-sp)))
|
||||
("r-sp" ,r-sp)
|
||||
("r-terra" ,r-terra)))
|
||||
(home-page "https://rspatial.org/raster/sdm/")
|
||||
(synopsis "Species distribution modeling")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue