mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-rmpi: Update to 0.6-9.2.
* gnu/packages/cran.scm (r-rmpi): Update to 0.6-9.2.
This commit is contained in:
parent
12f5437631
commit
8affb15409
1 changed files with 2 additions and 2 deletions
|
@ -3920,13 +3920,13 @@ (define-public r-rmtstat
|
|||
(define-public r-rmpi
|
||||
(package
|
||||
(name "r-rmpi")
|
||||
(version "0.6-9.1")
|
||||
(version "0.6-9.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rmpi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j8akqjan59yzwx2s1zxc214qyd323fd2i2dhgq0n11mb6ajmq4r"))))
|
||||
"06mxqgrimhfsag5giv810c7ycdbaycqs4qcj41pnfbj0jypw32im"))))
|
||||
(properties `((upstream-name . "Rmpi")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue