me
/
guix
Archived
1
0
Fork 0

gnu: r-mosaicdata: Update to 0.18.0.

* gnu/packages/cran.scm (r-mosaicdata): Update to 0.18.0.
master
Ricardo Wurmus 2020-06-11 15:09:07 +02:00
parent 4223df8af1
commit 0220c89e96
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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/")