gnu: r-mia: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-mia): Update to 1.10.0. [propagated-inputs]: Add r-bluster and r-matrixgenerics. Change-Id: I667de5184501a283f1090f3e49cd796537177882master
parent
919fad614e
commit
c192f994c4
|
@ -13961,13 +13961,13 @@ data in a format that is compatible with two-dimensional containers like the
|
||||||
(define-public r-mia
|
(define-public r-mia
|
||||||
(package
|
(package
|
||||||
(name "r-mia")
|
(name "r-mia")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "mia" version))
|
(uri (bioconductor-uri "mia" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p78yacx0cgihva7m2n3vnll5w4b47vl98hy12pq9rnmhk6r591z"))))
|
"044spfxsf7xijnbh0933cwdkycmg05zsfqhbx5pkfajysh6w5cxp"))))
|
||||||
(properties `((upstream-name . "mia")))
|
(properties `((upstream-name . "mia")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -13975,6 +13975,7 @@ data in a format that is compatible with two-dimensional containers like the
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-biocparallel
|
r-biocparallel
|
||||||
r-biostrings
|
r-biostrings
|
||||||
|
r-bluster
|
||||||
r-decipher
|
r-decipher
|
||||||
r-decontam
|
r-decontam
|
||||||
r-delayedarray
|
r-delayedarray
|
||||||
|
@ -13983,6 +13984,7 @@ data in a format that is compatible with two-dimensional containers like the
|
||||||
r-dplyr
|
r-dplyr
|
||||||
r-iranges
|
r-iranges
|
||||||
r-mass
|
r-mass
|
||||||
|
r-matrixgenerics
|
||||||
r-multiassayexperiment
|
r-multiassayexperiment
|
||||||
r-rlang
|
r-rlang
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
|
|
Reference in New Issue