mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-multtest: Update to 2.46.0.
* gnu/packages/bioconductor.scm (r-multtest): Update to 2.46.0.
This commit is contained in:
parent
341ebaaa01
commit
1e6920c521
1 changed files with 2 additions and 2 deletions
|
@ -1767,14 +1767,14 @@ processing to visualization and annotation.")
|
|||
(define-public r-multtest
|
||||
(package
|
||||
(name "r-multtest")
|
||||
(version "2.44.0")
|
||||
(version "2.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "multtest" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12li7nzzygm3sjfx472095irqpawixk48d0k591wlnrms6sxchx2"))))
|
||||
"06vixd81nh3nxrc6km73p7c4bwln1zm39fa9gp7gj272vsxkx53q"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-survival" ,r-survival)
|
||||
|
|
Loading…
Reference in a new issue