[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/353: gnu: r-biocparallel: Update to 1.28.0.
From: |
guix-commits |
Subject: |
03/353: gnu: r-biocparallel: Update to 1.28.0. |
Date: |
Thu, 4 Nov 2021 18:13:30 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 531bb22b48cc05b9d276496e8144c2bb68485b3a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 17:38:56 2021 +0000
gnu: r-biocparallel: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.28.0.
[arguments]: Adjust build phase to patch renamed file.
---
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 2c61754..eb93407 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2272,13 +2272,13 @@ powerful online queries from gene annotation to
database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
- (version "1.26.2")
+ (version "1.28.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
- "1y459cygq21f3igsdlxz1zlyad8qbl2qlr5h2d2dpnvblykvf48i"))))
+ "0jqgbpjppwinzw100qhc42kc95znq6xanl26bi8m9cq7yggbpra6"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)
@@ -2306,7 +2306,7 @@ powerful online queries from gene annotation to database
mining.")
(("\\today") "later"))
;; Initialize the random number generator seed when building.
- (substitute* "R/internal_rng_stream.R"
+ (substitute* "R/rng.R"
(("\"L'Ecuyer-CMRG\"\\)" m)
(string-append
m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\")))
{set.seed(100)}\n"))))))))
- branch r-updates updated (0e665e9 -> b3d6a2e), guix-commits, 2021/11/04
- 02/353: gnu: Add r-msfeatures., guix-commits, 2021/11/04
- 01/353: guix: Upgrade to Bioconductor 3.14., guix-commits, 2021/11/04
- 03/353: gnu: r-biocparallel: Update to 1.28.0.,
guix-commits <=
- 04/353: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/04
- 07/353: gnu: r-coverageview: Update to 1.32.0., guix-commits, 2021/11/04
- 10/353: gnu: r-deepsnv: Update to 1.40.0., guix-commits, 2021/11/04
- 09/353: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/04
- 05/353: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/04
- 11/353: gnu: r-delayedarray: Update to 0.20.0., guix-commits, 2021/11/04
- 17/353: gnu: r-affycompatible: Update to 1.54.0., guix-commits, 2021/11/04
- 06/353: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/04
- 08/353: gnu: r-cummerbund: Update to 2.36.0., guix-commits, 2021/11/04
- 14/353: gnu: r-iranges: Update to 2.28.0., guix-commits, 2021/11/04