me
/
guix
Archived
1
0
Fork 0

gnu: r-bhc: Update to 1.42.0.

* gnu/packages/bioconductor.scm (r-bhc): Update to 1.42.0.
master
zimoun 2020-10-30 15:55:30 +01:00 committed by Ricardo Wurmus
parent 3cebe2745a
commit 2219bef12f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7384,14 +7384,14 @@ Affymetrix GeneChips.")
(define-public r-bhc
(package
(name "r-bhc")
(version "1.40.0")
(version "1.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BHC" version))
(sha256
(base32
"06milqjg2nl3ra47sxi7a2p2d3mbrx3wk168pqgimvs8snldd2xr"))))
"1n2rkbj8j10f38d40wvi6mwjxnrlfx71a48ab07bp2s0hwhxd7yn"))))
(properties `((upstream-name . "BHC")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/BHC/")