mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-a4base: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-a4base): Update to 1.38.0.
This commit is contained in:
parent
2fb8298c80
commit
564d4279f2
1 changed files with 2 additions and 3 deletions
|
@ -4134,21 +4134,20 @@ (define-public r-a4reporting
|
|||
(define-public r-a4base
|
||||
(package
|
||||
(name "r-a4base")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "a4Base" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b7fy1wcydb9z43wb1663skswvhivn7ji15g00gqcshwkkiq4x02"))))
|
||||
"0bqagjmg3yjmdzxv4j7685jjhgb261pq60b5qkfffr1lfnz27lsp"))))
|
||||
(properties `((upstream-name . "a4Base")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-a4core" ,r-a4core)
|
||||
("r-a4preproc" ,r-a4preproc)
|
||||
("r-annaffy" ,r-annaffy)
|
||||
("r-annotationdbi" ,r-annotationdbi)
|
||||
("r-biobase" ,r-biobase)
|
||||
("r-genefilter" ,r-genefilter)
|
||||
("r-glmnet" ,r-glmnet)
|
||||
|
|
Loading…
Reference in a new issue