summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-05-28 12:45:26 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-05-28 23:19:42 +0200
commit64c3498d9fe6a99f5fb785ef39d66ae760627300 (patch)
treed7e861d815eff6566da2e40d4014f2e79d069c3a
parentc2a8c4c248441b37683c9e7ebf97f01cab381f95 (diff)
downloadguix-64c3498d9fe6a99f5fb785ef39d66ae760627300.tar.gz
gnu: r-megadepth: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-megadepth): Update to 1.6.0.
-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 691f9a95b7..ec2d5488b3 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15162,14 +15162,14 @@ to annotation.")
 (define-public r-megadepth
   (package
     (name "r-megadepth")
-    (version "1.4.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "megadepth" version))
        (sha256
         (base32
-         "0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r"))))
+         "0qq82dmd3drr2bhn51bgbc6ml40klfmmhj6wdj72n9ya6n60lwy8"))))
     (properties `((upstream-name . "megadepth")))
     (build-system r-build-system)
     (inputs (list megadepth))