mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-marray: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-marray): Update to 1.76.0.
This commit is contained in:
parent
03862582db
commit
78d4b00882
1 changed files with 2 additions and 2 deletions
|
@ -8200,12 +8200,12 @@ (define-public r-matrixgenerics
|
|||
(define-public r-marray
|
||||
(package
|
||||
(name "r-marray")
|
||||
(version "1.74.0")
|
||||
(version "1.76.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "marray" version))
|
||||
(sha256
|
||||
(base32 "0awfz0akz3sylyw1jxhxgadv1rqdzvy9v11933yxkl9a8m9ngm8i"))))
|
||||
(base32 "1bad4cjxv22h6vxxn86mxp7xvxhhzj81pikxq3h3hc2a858qfkgs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-limma))
|
||||
|
|
Loading…
Reference in a new issue