gnu: r-megadepth: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.6.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:26 +02:00
parent c2a8c4c248
commit 64c3498d9f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15162,14 +15162,14 @@ (define-public r-ballgown
(define-public r-megadepth
(package
(name "r-megadepth")
(version "1.4.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "megadepth" version))
(sha256
(base32
"0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r"))))
"0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
(properties `((upstream-name . "megadepth")))
(build-system r-build-system)
(inputs (list megadepth))