guix-commits
[Top][All Lists]
Advanced

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

23/26: gnu: r-megadepth: Update to 1.10.0.


From: guix-commits
Subject: 23/26: gnu: r-megadepth: Update to 1.10.0.
Date: Fri, 2 Jun 2023 07:05:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6d54b5cc23337c7990ee17f47e6cb7c7b4b178df
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 2 12:53:15 2023 +0200

    gnu: r-megadepth: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-megadepth): Update to 1.10.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 bbcdb591f6..aa0a76388f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -20000,14 +20000,14 @@ to annotation.")
 (define-public r-megadepth
   (package
     (name "r-megadepth")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "megadepth" version))
        (sha256
         (base32
-         "1sj4z63drafmm1hvs0yhhn9c9mrwiv8i2s0cjj1iam8rbar0xv79"))))
+         "1zzhgfnrr3r5ismbbj9jcqss8mr8ll6p4d3z026ya2khb0i7clc7"))))
     (properties `((upstream-name . "megadepth")))
     (build-system r-build-system)
     (inputs (list megadepth))



reply via email to

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