mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-s4arrays: Update to 1.0.5.
* gnu/packages/bioconductor.scm (r-s4arrays): Update to 1.0.5. [propagated-inputs]: Add r-abind.
This commit is contained in:
parent
790f0569f4
commit
362f3cdb8e
1 changed files with 8 additions and 3 deletions
|
@ -19510,17 +19510,22 @@ (define-public r-preprocesscore
|
||||||
(define-public r-s4arrays
|
(define-public r-s4arrays
|
||||||
(package
|
(package
|
||||||
(name "r-s4arrays")
|
(name "r-s4arrays")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "S4Arrays" version))
|
(uri (bioconductor-uri "S4Arrays" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pwkbp94r8vv43vgxcgqzbs1njhqlahfgsbf8rhr0ndy1bjyly2g"))))
|
"01xlccybhdgas9pnx88ll9q56qb2xd687xvfrc7bd5r9sf72b81c"))))
|
||||||
(properties `((upstream-name . "S4Arrays")))
|
(properties `((upstream-name . "S4Arrays")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biocgenerics r-crayon r-iranges r-matrix r-s4vectors))
|
(list r-abind
|
||||||
|
r-biocgenerics
|
||||||
|
r-crayon
|
||||||
|
r-iranges
|
||||||
|
r-matrix
|
||||||
|
r-s4vectors))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://bioconductor.org/packages/S4Arrays")
|
(home-page "https://bioconductor.org/packages/S4Arrays")
|
||||||
(synopsis "Foundation of array-like containers in Bioconductor")
|
(synopsis "Foundation of array-like containers in Bioconductor")
|
||||||
|
|
Loading…
Reference in a new issue