guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

412/457: gnu: r-megadepth: Update to 1.8.0.


From: guix-commits
Subject: 412/457: gnu: r-megadepth: Update to 1.8.0.
Date: Thu, 24 Nov 2022 06:37:50 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 5604f64c342b04f6e8f06cad6fca15d6108d72c6
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:32 2022 +0100

    gnu: r-megadepth: Update to 1.8.0.
    
    * gnu/packages/bioconductor.scm (r-megadepth): Update to 1.8.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]