mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-limma: Update to 3.54.0.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.54.0.
This commit is contained in:
parent
413f96c95f
commit
0a699ea182
1 changed files with 2 additions and 2 deletions
|
@ -5767,13 +5767,13 @@ (define-public r-lfa
|
|||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
(version "3.52.4")
|
||||
(version "3.54.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "limma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14xy3qyra2crz31sxgz768mhnhhvcpfhfcigf4xsii643lqcz75h"))))
|
||||
"1jy75nbkhl0kgv4gw88acx58r9f1kywrd36405x6g05xy05bprma"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://bioinf.wehi.edu.au/limma")
|
||||
(synopsis "Package for linear models for microarray and RNA-seq data")
|
||||
|
|
Loading…
Reference in a new issue