me
/
guix
Archived
1
0
Fork 0

gnu: r-ctc: Update to 1.78.0.

* gnu/packages/bioconductor.scm (r-ctc): Update to 1.78.0.

Change-Id: I80cc97542cd21358b0037103d237b7beaf369a41
master
Ricardo Wurmus 2024-05-07 13:06:44 +02:00
parent 8938e52e40
commit d3bef5339c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13792,14 +13792,14 @@ information and producing various plots and statistics.")
(define-public r-ctc
(package
(name "r-ctc")
(version "1.76.0")
(version "1.78.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ctc" version))
(sha256
(base32
"10a83rr0qhnzdhvlbyn0y690hxnl8q86z47dpimr6sq41w463im3"))))
"09whaam2r30dq8y9r6vvc0r4sisz78c921bgx7wj6cmn2nvpgf9q"))))
(build-system r-build-system)
(propagated-inputs (list r-amap))
(home-page "https://bioconductor.org/packages/ctc/")