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