guix-commits
[Top][All Lists]
Advanced

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

227/296: gnu: r-rhisat2: Update to 1.4.0.


From: guix-commits
Subject: 227/296: gnu: r-rhisat2: Update to 1.4.0.
Date: Fri, 12 Jun 2020 19:30:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2aff2724efa0f4c0cc68f7efe10ad6a3b4c5598e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:58:23 2020 +0200

    gnu: r-rhisat2: Update to 1.4.0.
    
    * gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.4.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 86d2fb6..5f62429 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5444,14 +5444,14 @@ interpretation.")
 (define-public r-rhisat2
   (package
     (name "r-rhisat2")
-    (version "1.2.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhisat2" version))
        (sha256
         (base32
-         "02fn5cm8sj2s9x00505y3iyipn1r3lpvpwpjy2pdxdbpmhb5hy49"))))
+         "0hhmcdnixkaqx9x9cl2vjaba3ri8m6wkbnbhxjmy51jwqzy2223a"))))
     (properties `((upstream-name . "Rhisat2")))
     (build-system r-build-system)
     (arguments
@@ -5470,6 +5470,8 @@ interpretation.")
      `(("r-genomicfeatures" ,r-genomicfeatures)
        ("r-genomicranges" ,r-genomicranges)
        ("r-sgseq" ,r-sgseq)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/fmicompbio/Rhisat2";)
     (synopsis "R Wrapper for HISAT2 sequence aligner")
     (description



reply via email to

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