mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: r-consensusclusterplus: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-consensusclusterplus): Update to 1.50.0.
This commit is contained in:
parent
b2a2f32130
commit
8ad6b23f68
1 changed files with 2 additions and 2 deletions
|
@ -5244,14 +5244,14 @@ (define-public r-flowutils
|
|||
(define-public r-consensusclusterplus
|
||||
(package
|
||||
(name "r-consensusclusterplus")
|
||||
(version "1.48.0")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ConsensusClusterPlus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mlcm3wq5n8s0gxs35j0ph9576fhbrbrrsj2xy84fy20prcfs4w8"))))
|
||||
"0pnh5zy6d3c364xxjdn5zp3kf5afhsxv6yzkdn1qspny0pmqlrp4"))))
|
||||
(properties
|
||||
`((upstream-name . "ConsensusClusterPlus")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue