me
/
guix
Archived
1
0
Fork 0

gnu: r-ctc: Update to 1.74.0.

* gnu/packages/bioconductor.scm (r-ctc): Update to 1.74.0.
master
Ricardo Wurmus 2023-04-28 18:00:05 +02:00
parent f19e919ff0
commit 330e1d4053
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10620,14 +10620,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.72.0") (version "1.74.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
"098a65fk9la639sqihhsghhgb3hyzv35j6akph908zwq5grsv0c5")))) "0ph22v1an2havnh9sm7hms0q2pq4fjad2cm4dffiy3344cv70sn1"))))
(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/")