mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-marray: Update to 1.74.0.
* gnu/packages/bioconductor.scm (r-marray): Update to 1.74.0.
This commit is contained in:
parent
a1da6d7d45
commit
a7c3f7f2b1
1 changed files with 2 additions and 2 deletions
|
@ -6409,12 +6409,12 @@ (define-public r-matrixgenerics
|
||||||
(define-public r-marray
|
(define-public r-marray
|
||||||
(package
|
(package
|
||||||
(name "r-marray")
|
(name "r-marray")
|
||||||
(version "1.72.0")
|
(version "1.74.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "marray" version))
|
(uri (bioconductor-uri "marray" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1la805y8j522vpiazm1z6wpq4ibia9bib5fpiia5mxmpzmqg6gzz"))))
|
(base32 "0awfz0akz3sylyw1jxhxgadv1rqdzvy9v11933yxkl9a8m9ngm8i"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-limma))
|
(list r-limma))
|
||||||
|
|
Loading…
Reference in a new issue