gnu: r-methylkit: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-methylkit): Update to 1.22.0.
This commit is contained in:
parent
0cb9ffc4e3
commit
56741afedd
1 changed files with 2 additions and 2 deletions
|
@ -4244,13 +4244,13 @@ different technologies, including microarrays, RNA-seq, and quantitative PCR.")
|
||||||
(define-public r-methylkit
|
(define-public r-methylkit
|
||||||
(package
|
(package
|
||||||
(name "r-methylkit")
|
(name "r-methylkit")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "methylKit" version))
|
(uri (bioconductor-uri "methylKit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02px46h2ynprss7kwll3i0jz0clrdg0bys70jacd432xw34nm2sx"))))
|
"00asjzv05avfg0rrkmfbdqd6xx8d18zi72n3b1kf9wj81z2d2a35"))))
|
||||||
(properties `((upstream-name . "methylKit")))
|
(properties `((upstream-name . "methylKit")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue