mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-abarray: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-abarray): Update to 1.68.0.
This commit is contained in:
parent
06986a86ad
commit
da4fbf5604
1 changed files with 2 additions and 2 deletions
|
@ -2032,13 +2032,13 @@ (define-public r-tximportdata
|
|||
(define-public r-abarray
|
||||
(package
|
||||
(name "r-abarray")
|
||||
(version "1.66.0")
|
||||
(version "1.68.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ABarray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02rjxzbrzphl28z8zpgw3gavzlzlx71n5ld8sb3im6xpn81ykvfh"))))
|
||||
"0vrsyx06acdkb3hq350zdnx3bqzz43grf1w8n0pmxlcr2dncchv9"))))
|
||||
(properties `((upstream-name . "ABarray")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-multtest))
|
||||
|
|
Loading…
Reference in a new issue