mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: r-limma: Update to 3.54.2.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.54.2.
This commit is contained in:
parent
810a8e5060
commit
586d2bb696
1 changed files with 2 additions and 2 deletions
|
@ -6612,13 +6612,13 @@ (define-public r-lfa
|
|||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
(version "3.54.1")
|
||||
(version "3.54.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "limma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x6wkbw8v0hq9dfr433165jmii05rswjsm97dpxvyvxvya3sxqa1"))))
|
||||
"1qch34znld9i8sy1xwpy23z2zs07nj39wkfmgfi7qw141vn6gr8b"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioinf.wehi.edu.au/limma")
|
||||
(synopsis "Package for linear models for microarray and RNA-seq data")
|
||||
|
|
Loading…
Reference in a new issue