gnu: r-bhc: Update to 1.46.0.

* gnu/packages/bioconductor.scm (r-bhc): Update to 1.46.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:37 +00:00
parent 8c6a8a6072
commit 69362a6222
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11222,14 +11222,14 @@ (define-public r-bgx
(define-public r-bhc
(package
(name "r-bhc")
(version "1.44.0")
(version "1.46.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BHC" version))
(sha256
(base32
"0aaawm7h3ppyyhd7hi14rpynagnxx4730f5vxizj5bpzwbclp6h9"))))
"09nw4ljc9sn7iw09ha0m614hmdjj193xhhav5x5p07l501kks6h2"))))
(properties `((upstream-name . "BHC")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/BHC/")