mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +01:00
gnu: r-mosaicdata: Update to 0.18.0.
* gnu/packages/cran.scm (r-mosaicdata): Update to 0.18.0.
This commit is contained in:
parent
4223df8af1
commit
0220c89e96
1 changed files with 2 additions and 2 deletions
|
@ -7485,13 +7485,13 @@ while providing the intuitive capabilities of @code{r-ggplot2}.")
|
|||
(define-public r-mosaicdata
|
||||
(package
|
||||
(name "r-mosaicdata")
|
||||
(version "0.17.0")
|
||||
(version "0.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mosaicData" version))
|
||||
(sha256
|
||||
(base32 "04z0mdm52mykqsxsinhmsihn181zf6cw321gayk2rjp7lj7mwdq9"))))
|
||||
(base32 "0cx5dg26ha7nzkdyghkbbd6ikncj60qv1538az77lfgn2jylvkbz"))))
|
||||
(properties `((upstream-name . "mosaicData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/mosaicData/")
|
||||
|
|
Loading…
Add table
Reference in a new issue