mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-abarray: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-abarray): Update to 1.70.0. Change-Id: Ibdbf0deb2efad33dffee619c4f8a80f90c815d37
This commit is contained in:
parent
6ea450f390
commit
d08d58d828
1 changed files with 2 additions and 2 deletions
|
@ -2229,13 +2229,13 @@ (define-public r-tximportdata
|
|||
(define-public r-abarray
|
||||
(package
|
||||
(name "r-abarray")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ABarray" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vrsyx06acdkb3hq350zdnx3bqzz43grf1w8n0pmxlcr2dncchv9"))))
|
||||
"0p9q2x6n6n1d4w2hfbhhj54qflc6rf1w1qm9p2zqv9fcrm3g153v"))))
|
||||
(properties `((upstream-name . "ABarray")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase r-multtest))
|
||||
|
|
Loading…
Reference in a new issue