3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-consensusclusterplus: Update to 1.60.0.

* gnu/packages/bioconductor.scm (r-consensusclusterplus): Update to 1.60.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:08 +02:00
parent 73b695f06d
commit d44194e807
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10765,14 +10765,14 @@ and to both short and long sequence reads.")
(define-public r-consensusclusterplus
(package
(name "r-consensusclusterplus")
(version "1.58.0")
(version "1.60.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ConsensusClusterPlus" version))
(sha256
(base32
"13z43qbk9z7mvy8v8k185m6n020i6ahb18pm4q88rs75qlklzdkr"))))
"1021cix4mr9qsafskw4kk1l3wdzx9pk2gcwjifz6f4zqxss9v07p"))))
(properties
`((upstream-name . "ConsensusClusterPlus")))
(build-system r-build-system)