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.30.0.
* gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.30.0. Change-Id: Id4e3654018ace7d0fae1d242a592a5bdb0064354
This commit is contained in:
parent
9940cd5a87
commit
a9a7f0e6d5
1 changed files with 2 additions and 2 deletions
|
@ -20492,14 +20492,14 @@ (define-public r-hitc
|
|||
(define-public r-hdf5array
|
||||
(package
|
||||
(name "r-hdf5array")
|
||||
(version "1.28.1")
|
||||
(version "1.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HDF5Array" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1riwxxnbi4z0lf42psh3m3ivxlgmmlnqhgsih6911c754r6s39qg"))))
|
||||
"0p52n96mydqszpq1ysmbh5xs4n4icqsd0gbxl5wpkcwvvhxliw8b"))))
|
||||
(properties `((upstream-name . "HDF5Array")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue