gnu: r-hdf5array: Update to 1.10.1.
* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.10.1.
This commit is contained in:
parent
ad10b3979d
commit
40561d0249
|
@ -10853,14 +10853,14 @@ problems in genomics, brain imaging, astrophysics, and data mining.")
|
||||||
(define-public r-hdf5array
|
(define-public r-hdf5array
|
||||||
(package
|
(package
|
||||||
(name "r-hdf5array")
|
(name "r-hdf5array")
|
||||||
(version "1.10.0")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "HDF5Array" version))
|
(uri (bioconductor-uri "HDF5Array" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w7ad8cfsbh5xx82m3l4lc0vbmj9lcsqxxpiy3ana2ycgn1bqv3g"))))
|
"1qwdsygcadl58qj598hfyvs8hp0hqcl9ghnhknahrlhmb7k2bd2d"))))
|
||||||
(properties `((upstream-name . "HDF5Array")))
|
(properties `((upstream-name . "HDF5Array")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue