gnu: r-rastervis: Update to 0.50.1.
* gnu/packages/cran.scm (r-rastervis): Update to 0.50.1.
This commit is contained in:
parent
0795807434
commit
3d7e85a832
1 changed files with 2 additions and 2 deletions
|
@ -7232,14 +7232,14 @@ Python's @url{https://github.com/ActiveState/appdirs,Appdirs} to R.")
|
||||||
(define-public r-rastervis
|
(define-public r-rastervis
|
||||||
(package
|
(package
|
||||||
(name "r-rastervis")
|
(name "r-rastervis")
|
||||||
(version "0.50")
|
(version "0.50.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rasterVis" version))
|
(uri (cran-uri "rasterVis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m7fjd53apxim0d0rjnyzc28vmfcg4spcrn0zbnk8llillxji1hi"))))
|
"1fkmyllydnmk3j2cmgf86r91wyxf2kh573x8bkck7wgkfniw4h7w"))))
|
||||||
(properties `((upstream-name . "rasterVis")))
|
(properties `((upstream-name . "rasterVis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue