gnu: r-mosaicdata: Update to 0.20.4.

* gnu/packages/cran.scm (r-mosaicdata): Update to 0.20.4.

Change-Id: I3f421cdae96b3fca614a59836aa54e8c56a082df
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:36 +01:00
parent 33cc9d235e
commit 9e866685ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15227,13 +15227,13 @@ while providing the intuitive capabilities of @code{r-ggplot2}.")
(define-public r-mosaicdata
(package
(name "r-mosaicdata")
(version "0.20.3")
(version "0.20.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "mosaicData" version))
(sha256
(base32 "1s97yq24z7yhzmx0dpspfadpd8hndyhn7aiw0nslwrhvilhwa409"))))
(base32 "0y6ii234paknak0p8cm5wcjia4s4wh7iixjbbvdgp0w17c05dckh"))))
(properties `((upstream-name . "mosaicData")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/mosaicData/")