me
/
guix
Archived
1
0
Fork 0

gnu: r-hdf5array: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.28.0.
master
Ricardo Wurmus 2023-04-28 19:01:31 +02:00
parent 143b70c92b
commit 582dac2949
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18264,14 +18264,14 @@ provided.")
(define-public r-hdf5array
(package
(name "r-hdf5array")
(version "1.26.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "HDF5Array" version))
(sha256
(base32
"1y25mlsqf2inij6w2825xxl30bdba971az6rjf7j9bnya3gpvi6h"))))
"1fv0kfdcrz4brdzv5pwdcmkf31p10c08gj4455q57987zrg9s71p"))))
(properties `((upstream-name . "HDF5Array")))
(build-system r-build-system)
(inputs