gnu: r-mosaicdata: Update to 0.20.3.
* gnu/packages/cran.scm (r-mosaicdata): Update to 0.20.3.master
parent
923bc62935
commit
f9e5d17bb4
|
@ -11722,13 +11722,13 @@ while providing the intuitive capabilities of @code{r-ggplot2}.")
|
|||
(define-public r-mosaicdata
|
||||
(package
|
||||
(name "r-mosaicdata")
|
||||
(version "0.20.2")
|
||||
(version "0.20.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mosaicData" version))
|
||||
(sha256
|
||||
(base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
|
||||
(base32 "1s97yq24z7yhzmx0dpspfadpd8hndyhn7aiw0nslwrhvilhwa409"))))
|
||||
(properties `((upstream-name . "mosaicData")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/mosaicData/")
|
||||
|
|
Reference in New Issue