mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-pmcmrplus: Update to 1.9.10.
* gnu/packages/cran.scm (r-pmcmrplus): Update to 1.9.10. Change-Id: I8a2c3a06626be432d16d661ab161c2f5454b850d
This commit is contained in:
parent
e975c2e8c8
commit
1ede0709d2
1 changed files with 2 additions and 2 deletions
|
@ -27045,13 +27045,13 @@ (define-public r-desolve
|
|||
(define-public r-pmcmrplus
|
||||
(package
|
||||
(name "r-pmcmrplus")
|
||||
(version "1.9.8")
|
||||
(version "1.9.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "PMCMRplus" version))
|
||||
(sha256
|
||||
(base32 "1wqx5nikhpjsqnn7lgb2zy949sxmq7n3phlaix70as0zky534scg"))))
|
||||
(base32 "0w0zxlq80n673zlrfw46qzidwshc6rxsqka6pahbr816zabzi0yq"))))
|
||||
(properties `((upstream-name . "PMCMRplus")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gmp))
|
||||
|
|
Loading…
Reference in a new issue