mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-rastervis: Update to 0.51.0.
* gnu/packages/cran.scm (r-rastervis): Update to 0.51.0.
This commit is contained in:
parent
342ee97102
commit
e23c152801
1 changed files with 2 additions and 2 deletions
|
@ -7919,14 +7919,14 @@ (define-public r-rappdirs
|
||||||
(define-public r-rastervis
|
(define-public r-rastervis
|
||||||
(package
|
(package
|
||||||
(name "r-rastervis")
|
(name "r-rastervis")
|
||||||
(version "0.50.3")
|
(version "0.51.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rasterVis" version))
|
(uri (cran-uri "rasterVis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10njks2kwyh5rp2b6sf2hffxzzwwhskb8m98l73p8yrvsdri1gyj"))))
|
"1gkn5na7cspnh3qpmi4k5n65crmp8c2s106g8hh51lsdvm5369aj"))))
|
||||||
(properties `((upstream-name . "rasterVis")))
|
(properties `((upstream-name . "rasterVis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue