mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -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
|
(define-public r-consensusclusterplus
|
||||||
(package
|
(package
|
||||||
(name "r-consensusclusterplus")
|
(name "r-consensusclusterplus")
|
||||||
(version "1.48.0")
|
(version "1.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ConsensusClusterPlus" version))
|
(uri (bioconductor-uri "ConsensusClusterPlus" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mlcm3wq5n8s0gxs35j0ph9576fhbrbrrsj2xy84fy20prcfs4w8"))))
|
"0pnh5zy6d3c364xxjdn5zp3kf5afhsxv6yzkdn1qspny0pmqlrp4"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ConsensusClusterPlus")))
|
`((upstream-name . "ConsensusClusterPlus")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue