mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-consensusclusterplus: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-consensusclusterplus): Update to 1.64.0.
This commit is contained in:
parent
52719d2995
commit
bff572d037
1 changed files with 2 additions and 2 deletions
|
@ -15067,14 +15067,14 @@ (define-public r-flowutils
|
|||
(define-public r-consensusclusterplus
|
||||
(package
|
||||
(name "r-consensusclusterplus")
|
||||
(version "1.62.0")
|
||||
(version "1.64.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ConsensusClusterPlus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15cz3bbl21vzf5xn5xb791sy2yvzir7h4fdqm0a5anhbh8jg0iaq"))))
|
||||
"0ig6xfhd70my5j4xrdy8srg1wi8nb3kcxlrld9py47psrq9vdadm"))))
|
||||
(properties
|
||||
`((upstream-name . "ConsensusClusterPlus")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue