guix-commits
[Top][All Lists]
Advanced

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

51/296: gnu: r-rhtslib: Update to 1.20.0.


From: guix-commits
Subject: 51/296: gnu: r-rhtslib: Update to 1.20.0.
Date: Fri, 12 Jun 2020 19:29:36 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8f08457f05ed129bec325f104e78971eb442b2ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:18:02 2020 +0200

    gnu: r-rhtslib: Update to 1.20.0.
    
    * gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.20.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioinformatics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 811f9f5..5d84977 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8630,14 +8630,14 @@ secondary structure and comparative analysis in R.")
 (define-public r-rhtslib
   (package
     (name "r-rhtslib")
-    (version "1.18.1")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rhtslib" version))
        (sha256
         (base32
-         "0gkbrmrcg55c9s5166ifljlx0v25rv4ijdyp4wf4c292xd6chy2l"))))
+         "186r7icrkzrni1c4n33ip7dlsfgys7hnqf0simvxrpl3yhh3ygdi"))))
     (properties `((upstream-name . "Rhtslib")))
     (build-system r-build-system)
     ;; Without this a temporary directory ends up in the Rhtslib.so binary,
@@ -8649,7 +8649,8 @@ secondary structure and comparative analysis in R.")
     (inputs
      `(("zlib" ,zlib)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ("r-knitr" ,r-knitr)))
     (home-page "https://github.com/nhayden/Rhtslib";)
     (synopsis "High-throughput sequencing library as an R package")
     (description



reply via email to

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