mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: r-limma: Update to 3.54.1.
* gnu/packages/bioconductor.scm (r-limma): Update to 3.54.1.
This commit is contained in:
parent
8fb4758b12
commit
9682fd19bf
1 changed files with 2 additions and 2 deletions
|
@ -6517,13 +6517,13 @@ (define-public r-lfa
|
|||
(define-public r-limma
|
||||
(package
|
||||
(name "r-limma")
|
||||
(version "3.54.0")
|
||||
(version "3.54.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "limma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jy75nbkhl0kgv4gw88acx58r9f1kywrd36405x6g05xy05bprma"))))
|
||||
"0x6wkbw8v0hq9dfr433165jmii05rswjsm97dpxvyvxvya3sxqa1"))))
|
||||
(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