mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: r-genefilter: Update to 1.90.0.
* gnu/packages/bioconductor.scm (r-genefilter): Update to 1.90.0. [native-inputs]: Add r-all. Change-Id: Idc105168d93ab5a36a2f919b8da962e1392e159d
This commit is contained in:
parent
2394a929f7
commit
8f18184785
1 changed files with 3 additions and 3 deletions
|
@ -9560,17 +9560,17 @@ analysis using other methods.")
|
|||
(define-public r-genefilter
|
||||
(package
|
||||
(name "r-genefilter")
|
||||
(version "1.88.0")
|
||||
(version "1.90.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genefilter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c5mi7g5l501x8l0cd27cvqpwfki740yxj9598sgvgmd8v8aczyd"))))
|
||||
"0zdwa8sm91fpmnmq2r726a8ihmwg8k7pi17v9cwv7bvimlkzngnc"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran r-knitr))
|
||||
(list gfortran r-all r-knitr))
|
||||
(propagated-inputs
|
||||
(list r-annotate r-annotationdbi r-biobase r-matrixgenerics
|
||||
r-survival))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue