me
/
guix
Archived
1
0
Fork 0

gnu: r-bhc: Update to 1.48.0.

* gnu/packages/bioconductor.scm (r-bhc): Update to 1.48.0.
master
Ricardo Wurmus 2022-05-28 12:45:14 +02:00
parent 8c4e6cfb29
commit 3a938a5813
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12445,14 +12445,14 @@ Affymetrix GeneChips.")
(define-public r-bhc
(package
(name "r-bhc")
(version "1.46.0")
(version "1.48.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BHC" version))
(sha256
(base32
"09nw4ljc9sn7iw09ha0m614hmdjj193xhhav5x5p07l501kks6h2"))))
"1kqajd16981y5yaak2imaq1i7pilgqdr3nbhggsakh787j1d9rc5"))))
(properties `((upstream-name . "BHC")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/BHC/")