mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-bhc: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-bhc): Update to 1.50.0.
This commit is contained in:
parent
16e636eccb
commit
02928ed15f
1 changed files with 2 additions and 2 deletions
|
@ -14391,14 +14391,14 @@ (define-public r-bgx
|
|||
(define-public r-bhc
|
||||
(package
|
||||
(name "r-bhc")
|
||||
(version "1.48.0")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BHC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kqajd16981y5yaak2imaq1i7pilgqdr3nbhggsakh787j1d9rc5"))))
|
||||
"0ryd9lg8pywqlxj802y9jad5nxy40ivnzdq2ldldypwyalgk9ahm"))))
|
||||
(properties `((upstream-name . "BHC")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/BHC/")
|
||||
|
|
Loading…
Reference in a new issue