mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-limma: Update to 3.34.8.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.34.8.
This commit is contained in:
parent
5fb1fee67b
commit
0674657908
1 changed files with 2 additions and 2 deletions
|
@ -7033,13 +7033,13 @@ (define-public r-variantannotation
|
|||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
(version "3.34.4")
|
||||
(version "3.34.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "limma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vcxf9jg8xngxg5kb9bp8rw5sghpnkpj320iq309m2fp41ahsk3f"))))
|
||||
"0bmxsgz2yll83sd3wbxsrsfd35468igb0d8lldym0d0lqfz906bw"))))
|
||||
(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