gnu: r-mosaic: Update to 1.9.1.
* gnu/packages/cran.scm (r-mosaic): Update to 1.9.1. Change-Id: Iae1ec6425ea9dcf82102cc8c6856265baef9ddae
This commit is contained in:
parent
917f84dcfe
commit
31ddac6ab4
1 changed files with 2 additions and 2 deletions
|
@ -15846,13 +15846,13 @@ Processing of very large files is supported.")
|
|||
(define-public r-mosaic
|
||||
(package
|
||||
(name "r-mosaic")
|
||||
(version "1.9.0")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mosaic" version))
|
||||
(sha256
|
||||
(base32 "1dydqawljv5l9lmhdrhmr7wh3q1c2mnc61gc99jr0jbb1bmls327"))))
|
||||
(base32 "0l7h3zg5izr5xxqy1sngz6fzbwdffzljnjmfbshzzbl4x80f5lwl"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-dplyr
|
||||
|
|
Reference in a new issue