gnu: r-limma: Update to 3.56.2.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.56.2.
This commit is contained in:
parent
5db8d3e600
commit
5588562fb9
1 changed files with 2 additions and 2 deletions
|
@ -7367,13 +7367,13 @@ Binomial data via estimation of latent structure in the natural parameter.")
|
||||||
(define-public r-limma
|
(define-public r-limma
|
||||||
(package
|
(package
|
||||||
(name "r-limma")
|
(name "r-limma")
|
||||||
(version "3.56.1")
|
(version "3.56.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "limma" version))
|
(uri (bioconductor-uri "limma" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02c559an6hzk00bbvlrq1qljsnby4a53ng9jj6ff570mc6pabjn6"))))
|
"0miyba9frn1p4pkclzpr0bfazsk0br2jgpwpwwh773d3103hkn0r"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://bioinf.wehi.edu.au/limma")
|
(home-page "https://bioinf.wehi.edu.au/limma")
|
||||||
(synopsis "Package for linear models for microarray and RNA-seq data")
|
(synopsis "Package for linear models for microarray and RNA-seq data")
|
||||||
|
|
Reference in a new issue