mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: r-enmix: Update to 1.38.01.
* gnu/packages/bioconductor.scm (r-enmix): Update to 1.38.01. [propagated-inputs]: Remove r-preprocesscore; add r-irlba. Change-Id: I0354f921aa427b6debb9fb5cde6a828529d7dbbf
This commit is contained in:
parent
5463d6e997
commit
6f0023b8a4
1 changed files with 3 additions and 3 deletions
|
@ -7226,13 +7226,13 @@ (define-public r-enhancedvolcano
|
|||
(define-public r-enmix
|
||||
(package
|
||||
(name "r-enmix")
|
||||
(version "1.36.0")
|
||||
(version "1.38.01")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ENmix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cwj45rnb6ra1bnd0plkjfvfsix25xr51yh6rwrfj524c35r70w1"))))
|
||||
"1wh9lri9dp3904c2n6562z7p9gqx39dmag55imx8zrqnayxamc03"))))
|
||||
(properties `((upstream-name . "ENmix")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -7249,9 +7249,9 @@ (define-public r-enmix
|
|||
r-illuminaio
|
||||
r-impute
|
||||
r-iranges
|
||||
r-irlba
|
||||
r-matrixstats
|
||||
r-minfi
|
||||
r-preprocesscore
|
||||
r-quadprog
|
||||
r-rpmm
|
||||
r-s4vectors
|
||||
|
|
Loading…
Reference in a new issue