gnu: r-minfi: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-minfi): Update to 1.36.0.
This commit is contained in:
parent
45dfb75166
commit
e5a4198bc3
1 changed files with 2 additions and 2 deletions
|
@ -3377,14 +3377,14 @@ studies.")
|
||||||
(define-public r-minfi
|
(define-public r-minfi
|
||||||
(package
|
(package
|
||||||
(name "r-minfi")
|
(name "r-minfi")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "minfi" version))
|
(uri (bioconductor-uri "minfi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bl1sk9syy770d5wqa0k1y0wrs5x8sbj13px1v03v3693pdj081w"))))
|
"1x3ksp6syl54hds7wgm4p9yj4mznhhhhk20ijn3i2jc3k8xqcqfi"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-beanplot" ,r-beanplot)
|
`(("r-beanplot" ,r-beanplot)
|
||||||
|
|
Reference in a new issue