guix-commits
[Top][All Lists]
Advanced

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

216/296: gnu: r-wiggleplotr: Update to 1.12.0.


From: guix-commits
Subject: 216/296: gnu: r-wiggleplotr: Update to 1.12.0.
Date: Fri, 12 Jun 2020 19:30:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: r-wiggleplotr: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.12.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 d0f4fa4..85db8d0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5119,14 +5119,14 @@ that arising from 16s metagenomic surveys.")
 (define-public r-wiggleplotr
   (package
     (name "r-wiggleplotr")
-    (version "1.10.1")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "wiggleplotr" version))
        (sha256
         (base32
-         "1pj2bsn5azs18mp5hr4g7c6rnds2y2rjjnak2785kaj7xi8jly4m"))))
+         "15l8f7ls2mwhsw68sr1k4r19hmdzjriibr5hpnfbanzj5x6yhdjq"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-assertthat" ,r-assertthat)
@@ -5139,6 +5139,8 @@ that arising from 16s metagenomic surveys.")
        ("r-purrr" ,r-purrr)
        ("r-rtracklayer" ,r-rtracklayer)
        ("r-s4vectors" ,r-s4vectors)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/wiggleplotr/";)
     (synopsis "Make read coverage plots from BigWig files")
     (description



reply via email to

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