guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: r-biocparallel: Update to 1.30.3.


From: guix-commits
Subject: 02/11: gnu: r-biocparallel: Update to 1.30.3.
Date: Sun, 12 Jun 2022 06:16:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 15e26f97d93f545de3778472468b4a6f8dc26e9d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 12 11:16:28 2022 +0200

    gnu: r-biocparallel: Update to 1.30.3.
    
    * gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.30.3.
    [propagated-inputs]: Add r-codetools.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a1831d73d5..5ef2bc98c5 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3103,13 +3103,13 @@ powerful online queries from gene annotation to 
database mining.")
 (define-public r-biocparallel
   (package
     (name "r-biocparallel")
-    (version "1.30.2")
+    (version "1.30.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocParallel" version))
               (sha256
                (base32
-                "0rqvwhs6d8ls1rq7j5ywl5k0qgblxpzimilyw335bi1yad5s10h3"))))
+                "1rs3wmasl9mx7f399iclvm0bnvggvjj2a88zbi294r5m8wxqlc92"))))
     (properties
      `((upstream-name . "BiocParallel")))
     (build-system r-build-system)
@@ -3142,7 +3142,7 @@ powerful online queries from gene annotation to database 
mining.")
                 (string-append
                  m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) 
{set.seed(100)}\n"))))))))
     (propagated-inputs
-     (list r-futile-logger r-snow r-bh))
+     (list r-bh r-codetools r-futile-logger r-snow))
     (native-inputs
      (list r-knitr))
     (home-page "https://bioconductor.org/packages/BiocParallel";)



reply via email to

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