me
/
guix
Archived
1
0
Fork 0

gnu: r-a4base: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-a4base): Update to 1.38.0.
master
zimoun 2020-10-30 15:51:08 +01:00 committed by Ricardo Wurmus
parent 2fb8298c80
commit 564d4279f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -4134,21 +4134,20 @@ provides reporting features.")
(define-public r-a4base (define-public r-a4base
(package (package
(name "r-a4base") (name "r-a4base")
(version "1.36.0") (version "1.38.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "a4Base" version)) (uri (bioconductor-uri "a4Base" version))
(sha256 (sha256
(base32 (base32
"0b7fy1wcydb9z43wb1663skswvhivn7ji15g00gqcshwkkiq4x02")))) "0bqagjmg3yjmdzxv4j7685jjhgb261pq60b5qkfffr1lfnz27lsp"))))
(properties `((upstream-name . "a4Base"))) (properties `((upstream-name . "a4Base")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-a4core" ,r-a4core) `(("r-a4core" ,r-a4core)
("r-a4preproc" ,r-a4preproc) ("r-a4preproc" ,r-a4preproc)
("r-annaffy" ,r-annaffy) ("r-annaffy" ,r-annaffy)
("r-annotationdbi" ,r-annotationdbi)
("r-biobase" ,r-biobase) ("r-biobase" ,r-biobase)
("r-genefilter" ,r-genefilter) ("r-genefilter" ,r-genefilter)
("r-glmnet" ,r-glmnet) ("r-glmnet" ,r-glmnet)