mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: r-rastervis: Update to 0.51.1.
* gnu/packages/cran.scm (r-rastervis): Update to 0.51.1.
This commit is contained in:
parent
655aac7d3a
commit
25cfae9dd9
1 changed files with 2 additions and 2 deletions
|
@ -7948,14 +7948,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.51.0")
|
(version "0.51.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
|
||||||
"1gkn5na7cspnh3qpmi4k5n65crmp8c2s106g8hh51lsdvm5369aj"))))
|
"1mg11njzajx9az6xjghjl2sna6wzs85ga8fhy9w43l2n8icsfbr2"))))
|
||||||
(properties `((upstream-name . "rasterVis")))
|
(properties `((upstream-name . "rasterVis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue