mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bhc: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-bhc): Update to 1.44.0.
This commit is contained in:
parent
bacd432cb1
commit
3c64554bbc
1 changed files with 2 additions and 2 deletions
|
@ -10859,14 +10859,14 @@ Affymetrix GeneChips.")
|
||||||
(define-public r-bhc
|
(define-public r-bhc
|
||||||
(package
|
(package
|
||||||
(name "r-bhc")
|
(name "r-bhc")
|
||||||
(version "1.42.0")
|
(version "1.44.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BHC" version))
|
(uri (bioconductor-uri "BHC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n2rkbj8j10f38d40wvi6mwjxnrlfx71a48ab07bp2s0hwhxd7yn"))))
|
"0aaawm7h3ppyyhd7hi14rpynagnxx4730f5vxizj5bpzwbclp6h9"))))
|
||||||
(properties `((upstream-name . "BHC")))
|
(properties `((upstream-name . "BHC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://bioconductor.org/packages/BHC/")
|
(home-page "https://bioconductor.org/packages/BHC/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue