mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-mosaiccore: Update to 0.9.4.0.
* gnu/packages/cran.scm (r-mosaiccore): Update to 0.9.4.0. Change-Id: Ie6eea8c3d856fdeefc3361b5e64a438fe1970288
This commit is contained in:
parent
0a083112f0
commit
5abfb1d49f
1 changed files with 2 additions and 2 deletions
|
@ -15145,13 +15145,13 @@ (define-public r-qualv
|
|||
(define-public r-mosaiccore
|
||||
(package
|
||||
(name "r-mosaiccore")
|
||||
(version "0.9.2.1")
|
||||
(version "0.9.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mosaicCore" version))
|
||||
(sha256
|
||||
(base32 "1yns15yxr6215xf9qsxfvl24a9zvh1chw49n31dql7fy1zr1dkmp"))))
|
||||
(base32 "0v3xhv6yfk1hc6a40jjgp6vvq102qa1l4n787pfywx6jhzbhamp2"))))
|
||||
(properties `((upstream-name . "mosaicCore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue