[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/356: gnu: r-biocparallel: Update to 1.28.0.
From: |
guix-commits |
Subject: |
06/356: gnu: r-biocparallel: Update to 1.28.0. |
Date: |
Sun, 7 Nov 2021 18:10:41 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit d1c79f5a2c0681d762994abee8647c86bf2549c3
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 master updated (bd41e59 -> 30b67fd), guix-commits, 2021/11/07
- 01/356: gnu: r-with-tests: Update to 4.1.2., guix-commits, 2021/11/07
- 02/356: gnu: r-with-tests: Remove trailing #T., guix-commits, 2021/11/07
- 05/356: gnu: Add r-msfeatures., guix-commits, 2021/11/07
- 03/356: gnu: r-with-tests: Update patch to DESCRIPTION file., guix-commits, 2021/11/07
- 04/356: guix: Upgrade to Bioconductor 3.14., guix-commits, 2021/11/07
- 06/356: gnu: r-biocparallel: Update to 1.28.0.,
guix-commits <=
- 08/356: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/07
- 07/356: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/07
- 09/356: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/07
- 12/356: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/07
- 11/356: gnu: r-cummerbund: Update to 2.36.0., guix-commits, 2021/11/07
- 14/356: gnu: r-delayedarray: Update to 0.20.0., guix-commits, 2021/11/07
- 18/356: gnu: r-affy: Update to 1.72.0., guix-commits, 2021/11/07
- 19/356: gnu: r-affycomp: Update to 1.70.0., guix-commits, 2021/11/07
- 15/356: gnu: r-bluster: Update to 1.4.0., guix-commits, 2021/11/07
- 21/356: gnu: r-affycontam: Update to 1.52.0., guix-commits, 2021/11/07