gnu: r-methylumi: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.32.0.
This commit is contained in:
parent
8f7bc872e1
commit
b57cffb974
1 changed files with 2 additions and 2 deletions
|
@ -2855,14 +2855,14 @@ methylation arrays.")
|
||||||
(define-public r-methylumi
|
(define-public r-methylumi
|
||||||
(package
|
(package
|
||||||
(name "r-methylumi")
|
(name "r-methylumi")
|
||||||
(version "2.30.0")
|
(version "2.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "methylumi" version))
|
(uri (bioconductor-uri "methylumi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f"))))
|
"0zd4h6n37v3z0mas69z2xsf5s0naih828987m8v0g9hhq4f6hf5w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotate" ,r-annotate)
|
`(("r-annotate" ,r-annotate)
|
||||||
|
|
Reference in a new issue