gnu: r-cummerbund: Update to 2.42.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.42.0.
This commit is contained in:
parent
6233b26d1d
commit
9b305554a3
1 changed files with 2 additions and 2 deletions
|
@ -4209,13 +4209,13 @@ how the coverage distributed across the genome.")
|
||||||
(define-public r-cummerbund
|
(define-public r-cummerbund
|
||||||
(package
|
(package
|
||||||
(name "r-cummerbund")
|
(name "r-cummerbund")
|
||||||
(version "2.40.0")
|
(version "2.42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "cummeRbund" version))
|
(uri (bioconductor-uri "cummeRbund" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fzkhnlgv4zd0slr12d5aichyxsca86p82fyjymiz7f5fqdvqmd9"))))
|
"1xin1azby96xxp4yyd4wc3rfcjc2g9p01ksfd89bk2vxcclccqxn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
|
|
Reference in a new issue