mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-hdf5array: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.28.1. [propagated-inputs]: Add r-s4arrays.
This commit is contained in:
parent
3bdd6fb256
commit
d850b72346
1 changed files with 3 additions and 2 deletions
|
@ -18446,14 +18446,14 @@ (define-public r-hitc
|
|||
(define-public r-hdf5array
|
||||
(package
|
||||
(name "r-hdf5array")
|
||||
(version "1.28.0")
|
||||
(version "1.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HDF5Array" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fv0kfdcrz4brdzv5pwdcmkf31p10c08gj4455q57987zrg9s71p"))))
|
||||
"1riwxxnbi4z0lf42psh3m3ivxlgmmlnqhgsih6911c754r6s39qg"))))
|
||||
(properties `((upstream-name . "HDF5Array")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
@ -18466,6 +18466,7 @@ (define-public r-hdf5array
|
|||
r-rhdf5
|
||||
r-rhdf5filters
|
||||
r-rhdf5lib
|
||||
r-s4arrays
|
||||
r-s4vectors))
|
||||
(home-page "https://bioconductor.org/packages/HDF5Array")
|
||||
(synopsis "HDF5 back end for DelayedArray objects")
|
||||
|
|
Loading…
Reference in a new issue