mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-pmcmrplus: Update to 1.9.4.
* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.4.
This commit is contained in:
parent
6cf3b286b8
commit
a1dbf372df
1 changed files with 2 additions and 2 deletions
|
@ -20722,13 +20722,13 @@ (define-public r-desolve
|
|||
(define-public r-pmcmrplus
|
||||
(package
|
||||
(name "r-pmcmrplus")
|
||||
(version "1.9.3")
|
||||
(version "1.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "PMCMRplus" version))
|
||||
(sha256
|
||||
(base32 "00sgk4c7vpmbfifrsbqd5gh7hwdpm8kymlpnnrdzlhvkymhbmfkn"))))
|
||||
(base32 "16m1pdrzjq9vnx5v7zv56mz9r1205rkw92883cxaqbvdpds6dhqy"))))
|
||||
(properties `((upstream-name . "PMCMRplus")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gmp))
|
||||
|
|
Loading…
Reference in a new issue