guix-commits
[Top][All Lists]
Advanced

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

329/356: gnu: r-megadepth: Update to 1.4.0.


From: guix-commits
Subject: 329/356: gnu: r-megadepth: Update to 1.4.0.
Date: Sun, 7 Nov 2021 18:12:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8dd33b890a0feee915d7ad75e6a9e6e000deb8de
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:47 2021 +0000

    gnu: r-megadepth: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-megadepth): Update to 1.4.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 1fd30b9..a709532 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13915,14 +13915,14 @@ to annotation.")
 (define-public r-megadepth
   (package
     (name "r-megadepth")
-    (version "1.2.3")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "megadepth" version))
        (sha256
         (base32
-         "0grgj7bzyqnxby0sx5ic1h9bzmx19xwl0a5b3v6wbnwqcla2i3kg"))))
+         "0mg7n3990qv65rg624473ssccka0yjpgc20glrdc5saci891j44r"))))
     (properties `((upstream-name . "megadepth")))
     (build-system r-build-system)
     (inputs `(("megadepth" ,megadepth)))



reply via email to

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