gnu: r-dmrcate: Update to 3.0.3.
* gnu/packages/bioconductor.scm (r-dmrcate): Update to 3.0.3. Change-Id: I5807264b3bb744f292673688e8b45dae816ebafamaster
parent
775fa6631d
commit
68a314d470
|
@ -5884,13 +5884,13 @@ calculation in parallel.")
|
||||||
(define-public r-dmrcate
|
(define-public r-dmrcate
|
||||||
(package
|
(package
|
||||||
(name "r-dmrcate")
|
(name "r-dmrcate")
|
||||||
(version "3.0.0")
|
(version "3.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "DMRcate" version))
|
(uri (bioconductor-uri "DMRcate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s83p6chchsx68qsfzqclpl3wq6fqy2r3namr8l3rrxp9b49342i"))))
|
"0xgsbsr3g04yiyjlc161424wcvlbik208sz0rzqssw4fj255i88q"))))
|
||||||
(properties `((upstream-name . "DMRcate")))
|
(properties `((upstream-name . "DMRcate")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue