mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-consensusclusterplus: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-consensusclusterplus): Update to 1.54.0.
This commit is contained in:
parent
d361222d8f
commit
a49024e6af
1 changed files with 2 additions and 2 deletions
|
@ -5947,14 +5947,14 @@ and to both short and long sequence reads.")
|
||||||
(define-public r-consensusclusterplus
|
(define-public r-consensusclusterplus
|
||||||
(package
|
(package
|
||||||
(name "r-consensusclusterplus")
|
(name "r-consensusclusterplus")
|
||||||
(version "1.52.0")
|
(version "1.54.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
|
||||||
"06gq3a95h0km1hzbx1za8q0l7kla3jdzvn6cnfz43ijx4n3dzzcq"))))
|
"06h85l1mg2kpjprylzz44nhxp64k211plhch5qhg39wp0fk34lfp"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ConsensusClusterPlus")))
|
`((upstream-name . "ConsensusClusterPlus")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue