mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-bhc: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-bhc): Update to 1.46.0.
This commit is contained in:
parent
8c6a8a6072
commit
69362a6222
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue