mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-rastervis: Update to 0.50.
* gnu/packages/cran.scm (r-rastervis): Update to 0.50. [propagated-inputs]: Add r-terra.
This commit is contained in:
parent
9d9d11b5d3
commit
b592c4dbe6
1 changed files with 3 additions and 2 deletions
|
@ -7248,14 +7248,14 @@ (define-public r-rappdirs
|
|||
(define-public r-rastervis
|
||||
(package
|
||||
(name "r-rastervis")
|
||||
(version "0.49")
|
||||
(version "0.50")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rasterVis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d12h7xqcwy1wps6yya9nzfppbnsxpmbkqmy3a8pvxpg81l632kk"))))
|
||||
"0m7fjd53apxim0d0rjnyzc28vmfcg4spcrn0zbnk8llillxji1hi"))))
|
||||
(properties `((upstream-name . "rasterVis")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -7265,6 +7265,7 @@ (define-public r-rastervis
|
|||
("r-raster" ,r-raster)
|
||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||
("r-sp" ,r-sp)
|
||||
("r-terra" ,r-terra)
|
||||
("r-viridislite" ,r-viridislite)
|
||||
("r-zoo" ,r-zoo)))
|
||||
(home-page "https://oscarperpinan.github.io/rastervis/")
|
||||
|
|
Loading…
Reference in a new issue