guix-commits
[Top][All Lists]
Advanced

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

326/353: gnu: r-megadepth: Update to 1.4.0.


From: guix-commits
Subject: 326/353: gnu: r-megadepth: Update to 1.4.0.
Date: Thu, 4 Nov 2021 18:15:31 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 1bbec479ef46f1cceefaf2551668ff8065b74357
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]