gnu: r-hdf5array: Update to 1.14.2.
* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.14.2.master
parent
f2b9f41234
commit
9374f550e6
|
@ -10477,14 +10477,14 @@ provided.")
|
||||||
(define-public r-hdf5array
|
(define-public r-hdf5array
|
||||||
(package
|
(package
|
||||||
(name "r-hdf5array")
|
(name "r-hdf5array")
|
||||||
(version "1.14.1")
|
(version "1.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "HDF5Array" version))
|
(uri (bioconductor-uri "HDF5Array" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04hd02zd5jix5p2zg10asmwjg1fynqgmclbhbmk7fb6arx5hm11f"))))
|
"0mbx9rsr2571k4k4hmx3dr49rhqb31dhwy2r2bkrd4dbhvriqgld"))))
|
||||||
(properties `((upstream-name . "HDF5Array")))
|
(properties `((upstream-name . "HDF5Array")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue