gnu: r-ctc: Update to 1.78.0.
* gnu/packages/bioconductor.scm (r-ctc): Update to 1.78.0. Change-Id: I80cc97542cd21358b0037103d237b7beaf369a41
This commit is contained in:
parent
8938e52e40
commit
d3bef5339c
1 changed files with 2 additions and 2 deletions
|
@ -13792,14 +13792,14 @@ information and producing various plots and statistics.")
|
||||||
(define-public r-ctc
|
(define-public r-ctc
|
||||||
(package
|
(package
|
||||||
(name "r-ctc")
|
(name "r-ctc")
|
||||||
(version "1.76.0")
|
(version "1.78.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ctc" version))
|
(uri (bioconductor-uri "ctc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10a83rr0qhnzdhvlbyn0y690hxnl8q86z47dpimr6sq41w463im3"))))
|
"09whaam2r30dq8y9r6vvc0r4sisz78c921bgx7wj6cmn2nvpgf9q"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-amap))
|
(propagated-inputs (list r-amap))
|
||||||
(home-page "https://bioconductor.org/packages/ctc/")
|
(home-page "https://bioconductor.org/packages/ctc/")
|
||||||
|
|
Reference in a new issue