guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 412/449: gnu: r-megadepth: Update to 1.8.0.
Date: Tue, 22 Nov 2022 15:48:05 -0500 (EST)

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

commit 680f233b0899fd2c34a55fef75d2d04b980ad75e
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 db340ba20a..47386d6cb2 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17154,14 +17154,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]