guix-commits
[Top][All Lists]
Advanced

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

35/296: gnu: r-biocparallel: Update to 1.22.0.


From: guix-commits
Subject: 35/296: gnu: r-biocparallel: Update to 1.22.0.
Date: Fri, 12 Jun 2020 19:29:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cb486f16da11a1175e9019ea948f2ed6e2b054f3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:11:51 2020 +0200

    gnu: r-biocparallel: Update to 1.22.0.
    
    * gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.22.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioinformatics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3289ee0..6461e78 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7987,13 +7987,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biocparallel
   (package
     (name "r-biocparallel")
-    (version "1.20.1")
+    (version "1.22.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocParallel" version))
               (sha256
                (base32
-                "0g0znb4whsvb9hpwx9xaasdi5n4vjqw8cpdyqgrdrjm91rls1h21"))))
+                "1lsg5xm5j3ly5k60fidzhkgqc9jgscyfkqngjvd9qp6yfzvsb82g"))))
     (properties
      `((upstream-name . "BiocParallel")))
     (build-system r-build-system)
@@ -8001,6 +8001,8 @@ powerful online queries from gene annotation to database 
mining.")
      `(("r-futile-logger" ,r-futile-logger)
        ("r-snow" ,r-snow)
        ("r-bh" ,r-bh)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/BiocParallel";)
     (synopsis "Bioconductor facilities for parallel evaluation")
     (description



reply via email to

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