gnu: r-megadepth: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.8.0.
This commit is contained in:
zimoun 2022-11-17 03:50:32 +01:00 committed by Ricardo Wurmus
parent 3823aa40a3
commit 5604f64c34
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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