gnu: r-megadepth: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.12.0.

Change-Id: Ia8424334f3183442a8e7ffb21ba664b93f6342a3
This commit is contained in:
Ricardo Wurmus 2023-11-03 17:19:11 +01:00
parent 9d0492c750
commit 6ddf9ed610
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22159,14 +22159,14 @@ to annotation.")
(define-public r-megadepth
(package
(name "r-megadepth")
(version "1.10.0")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "megadepth" version))
(sha256
(base32
"1zzhgfnrr3r5ismbbj9jcqss8mr8ll6p4d3z026ya2khb0i7clc7"))))
"0g9d4q6vh2ys1la15fqgbc4ckfbjbzzaqa49x9liqrhpnrp59vc3"))))
(properties `((upstream-name . "megadepth")))
(build-system r-build-system)
(inputs (list megadepth))