From 6aed2982eccb3960cf451d54eb9f6d2285f39553 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 May 2024 13:07:23 +0200 Subject: [PATCH] gnu: r-megadepth: Update to 1.14.0. * gnu/packages/bioconductor.scm (r-megadepth): Update to 1.14.0. [inputs]: Remove megadepth. Change-Id: Ia0fc8a1e7266a996249f04447eabf9cf86b00f07 --- gnu/packages/bioconductor.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 9ea97fc7e1..f85a5374c9 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -23652,17 +23652,17 @@ to annotation.") (define-public r-megadepth (package (name "r-megadepth") - (version "1.12.0") + (version "1.14.0") (source (origin (method url-fetch) (uri (bioconductor-uri "megadepth" version)) (sha256 (base32 - "0g9d4q6vh2ys1la15fqgbc4ckfbjbzzaqa49x9liqrhpnrp59vc3")))) + "0394x1x81hgibvqb1dbrm8h3y72xfv9xi9fgqghjgnrw6farrkdk")))) (properties `((upstream-name . "megadepth"))) (build-system r-build-system) - (inputs (list megadepth)) + (inputs (list)) (propagated-inputs (list r-cmdfun r-dplyr