gnu: r-cummerbund: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.38.0.
This commit is contained in:
parent
6f0430cdc2
commit
b0bd7ec471
1 changed files with 2 additions and 2 deletions
|
@ -2086,13 +2086,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.36.0")
|
(version "2.38.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
|
||||||
"0130hrlz2jabbshis1g11ndda8b8vlirzi7a004li3cgdghscxql"))))
|
"1p4anmi436zykp0ir307g75g23kj8b7shxg4r65qq6zdwflphm0q"))))
|
||||||
(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