mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-biocparallel: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.38.0. Change-Id: I943f443a0f6f3182c9f7fd11f57e1bfabb6c04df
This commit is contained in:
parent
cfddce9f42
commit
065b98f30d
1 changed files with 2 additions and 2 deletions
|
@ -7086,13 +7086,13 @@ (define-public r-biomartr
|
|||
(define-public r-biocparallel
|
||||
(package
|
||||
(name "r-biocparallel")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocParallel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19h80qf0zdxfg3pkcwwywh9gg0ymv92n51qpimnw4c3w5iaszy6b"))))
|
||||
"1miw26r2a8wvgnfr9sapfv6rqk219rmsyjh6v04annafxdxy15ky"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocParallel")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue