gnu: r-megadepth: Update to 1.9.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.9.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 19:01:38 +02:00
parent c09a9bc427
commit 0d879deae1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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