guix-commits
[Top][All Lists]
Advanced

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

225/296: gnu: r-rbowtie: Update to 1.28.0.


From: guix-commits
Subject: 225/296: gnu: r-rbowtie: Update to 1.28.0.
Date: Fri, 12 Jun 2020 19:30:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 568c3929b6bcfdfbc1e937cc2c12d7d318ac63e8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:58:10 2020 +0200

    gnu: r-rbowtie: Update to 1.28.0.
    
    * gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.28.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 53f39e9..912e987 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5376,18 +5376,20 @@ Gaussian distributions.")
 (define-public r-rbowtie
   (package
     (name "r-rbowtie")
-    (version "1.26.0")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rbowtie" version))
        (sha256
         (base32
-         "0yy31xhdmf6xb21wlhmxxwfqpm0nil39pb2cs3pq5ia758lb88z4"))))
+         "06y1qp915dlwjdi2fs3344sgya55pcv07f3i61y0cxb0bhbcgvrz"))))
     (properties `((upstream-name . "Rbowtie")))
     (build-system r-build-system)
     (inputs
      `(("zlib" ,zlib)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/Rbowtie/";)
     (synopsis "R bowtie wrapper")
     (description



reply via email to

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