guix-commits
[Top][All Lists]
Advanced

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

114/296: gnu: r-regioner: Update to 1.20.0.


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

rekado pushed a commit to branch master
in repository guix.

commit 7f34dd58e9ba1075cbdc32c1fd8d0b7064a799ef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:08:40 2020 +0200

    gnu: r-regioner: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-regioner): Update to 1.20.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 0f394af..379c04b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1396,14 +1396,14 @@ the Human Protein Atlas project.")
 (define-public r-regioner
   (package
     (name "r-regioner")
-    (version "1.18.1")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "regioneR" version))
        (sha256
         (base32
-         "0if7r6njz3ahm545383z5mzmzw8fdvw80a9lfz160j5pcgpx2dq9"))))
+         "10i21gxv0n7lrflhj5ja672xjizy1i4y4iq3pmjgbf0dpy1lxsih"))))
     (properties `((upstream-name . "regioneR")))
     (build-system r-build-system)
     (propagated-inputs
@@ -1415,6 +1415,8 @@ the Human Protein Atlas project.")
        ("r-memoise" ,r-memoise)
        ("r-rtracklayer" ,r-rtracklayer)
        ("r-s4vectors" ,r-s4vectors)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/regioneR/";)
     (synopsis "Association analysis of genomic regions")
     (description "This package offers a statistical framework based on



reply via email to

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