guix-commits
[Top][All Lists]
Advanced

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

220/296: gnu: r-rbowtie2: Update to 1.10.0.


From: guix-commits
Subject: 220/296: gnu: r-rbowtie2: Update to 1.10.0.
Date: Fri, 12 Jun 2020 19:30:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 297854e682d74781a2e878da061efe5a3bc0045b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:57:32 2020 +0200

    gnu: r-rbowtie2: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8011ac1..9d51e06 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5236,18 +5236,20 @@ This algorithm is based on the publication by Hart et 
al., 2013 (Pubmed ID
 (define-public r-rbowtie2
   (package
     (name "r-rbowtie2")
-    (version "1.8.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rbowtie2" version))
        (sha256
         (base32
-         "1b7x42n9zisi2w2wwfc0c39j8s9868imyr0ysqgswf6l5mv9ivc5"))))
+         "1z2dn0q3wcw8b9ibx388kh7p5km16i71sw9miqj3daw7g0v5bxp3"))))
     (properties `((upstream-name . "Rbowtie2")))
     (build-system r-build-system)
     (inputs
      `(("zlib" ,zlib)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/Rbowtie2/";)
     (synopsis "R wrapper for Bowtie2 and AdapterRemoval")
     (description



reply via email to

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