guix-commits
[Top][All Lists]
Advanced

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

107/215: gnu: r-rsamtools: Update to 2.0.0.


From: guix-commits
Subject: 107/215: gnu: r-rsamtools: Update to 2.0.0.
Date: Sun, 5 May 2019 18:15:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9bcbca135b0b6bb65abbd0b2abf1dbdffba67323
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:51:32 2019 +0200

    gnu: r-rsamtools: Update to 2.0.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.0.0.
    [propagated-inputs]: Add r-rhtslib.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 83299ac..f6564e7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7733,13 +7733,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.34.1")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "02paq7klabdkaf1b8pmmbpmyqsj3yncnfsz62rgka6r4dpsilwk9"))))
+                "1nv5idyjk75mvl4np5sig0xa6qygm1ivj33k041ffyj19q8jf7ij"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)
@@ -7763,6 +7763,7 @@ biological sequences or sets of sequences.")
        ("r-genomeinfodb" ,r-genomeinfodb)
        ("r-genomicranges" ,r-genomicranges)
        ("r-iranges" ,r-iranges)
+       ("r-rhtslib" ,r-rhtslib)
        ("r-s4vectors" ,r-s4vectors)
        ("r-xvector" ,r-xvector)))
     (home-page 
"https://bioconductor.org/packages/release/bioc/html/Rsamtools.html";)



reply via email to

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