me
/
guix
Archived
1
0
Fork 0

gnu: r-cummerbund: Update to 2.36.0.

* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.36.0.
master
Ricardo Wurmus 2021-11-04 22:03:56 +00:00
parent 9d51c1f423
commit 07b14e81f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1468,13 +1468,13 @@ how the coverage distributed across the genome.")
(define-public r-cummerbund
(package
(name "r-cummerbund")
(version "2.34.0")
(version "2.36.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "cummeRbund" version))
(sha256
(base32
"1avvmvrmldbscc7xd6a6k22xjykbzafvqf87wh5z9rx3qlzswsjx"))))
"0130hrlz2jabbshis1g11ndda8b8vlirzi7a004li3cgdghscxql"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)