mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-yapsa: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-yapsa): Update to 1.20.1. [propagated-inputs]: Remove r-pmcmr; add r-pmcmrplus.
This commit is contained in:
parent
85f006c8e8
commit
ae00bf2d5e
1 changed files with 3 additions and 3 deletions
|
@ -8752,14 +8752,14 @@ (define-public r-somaticsignatures
|
|||
(define-public r-yapsa
|
||||
(package
|
||||
(name "r-yapsa")
|
||||
(version "1.19.0")
|
||||
(version "1.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "YAPSA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgcbskz96p5815nywsnqv2gzn7g93m438hpd5rpg85srg4wrpdj"))))
|
||||
"08r05fzpraggbxv15lx0b68kjlkysp0rcdlm6n9avzmlsdqplb2h"))))
|
||||
(properties `((upstream-name . "YAPSA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -8781,7 +8781,7 @@ (define-public r-yapsa
|
|||
r-keggrest
|
||||
r-limsolve
|
||||
r-magrittr
|
||||
r-pmcmr
|
||||
r-pmcmrplus
|
||||
r-pracma
|
||||
r-reshape2
|
||||
r-somaticsignatures
|
||||
|
|
Loading…
Reference in a new issue