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.
This commit is contained in:
parent
4a92ab58f6
commit
d1c79f5a2c
1 changed files with 3 additions and 3 deletions
|
@ -2272,13 +2272,13 @@ powerful online queries from gene annotation to database mining.")
|
||||||
(define-public r-biocparallel
|
(define-public r-biocparallel
|
||||||
(package
|
(package
|
||||||
(name "r-biocparallel")
|
(name "r-biocparallel")
|
||||||
(version "1.26.2")
|
(version "1.28.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocParallel" version))
|
(uri (bioconductor-uri "BiocParallel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y459cygq21f3igsdlxz1zlyad8qbl2qlr5h2d2dpnvblykvf48i"))))
|
"0jqgbpjppwinzw100qhc42kc95znq6xanl26bi8m9cq7yggbpra6"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocParallel")))
|
`((upstream-name . "BiocParallel")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -2306,7 +2306,7 @@ powerful online queries from gene annotation to database mining.")
|
||||||
(("\\today") "later"))
|
(("\\today") "later"))
|
||||||
|
|
||||||
;; Initialize the random number generator seed when building.
|
;; Initialize the random number generator seed when building.
|
||||||
(substitute* "R/internal_rng_stream.R"
|
(substitute* "R/rng.R"
|
||||||
(("\"L'Ecuyer-CMRG\"\\)" m)
|
(("\"L'Ecuyer-CMRG\"\\)" m)
|
||||||
(string-append
|
(string-append
|
||||||
m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) {set.seed(100)}\n"))))))))
|
m "; if (!is.na(Sys.getenv(\"SOURCE_DATE_EPOCH\"))) {set.seed(100)}\n"))))))))
|
||||||
|
|
Reference in a new issue