3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-cummerbund: Update to 2.34.0.

* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.34.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:39 +02:00
parent e6c5d8ce2c
commit 116df58449
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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