summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-11-17 03:50:32 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-24 12:32:05 +0100
commit5604f64c342b04f6e8f06cad6fca15d6108d72c6 (patch)
tree2daae67e758c12e09085f6827b9681172197cae8 /gnu
parent3823aa40a34426e7d9c07ab1e9b75290765a0c5f (diff)
downloadguix-5604f64c342b04f6e8f06cad6fca15d6108d72c6.tar.gz
gnu: r-megadepth: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.8.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioconductor.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7af742b3f6..aba0a43e1d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17195,14 +17195,14 @@ to annotation.")
 (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))