mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-hdf5array: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-hdf5array): Update to 1.22.0.
This commit is contained in:
parent
77450726d6
commit
6f2d0551f1
1 changed files with 2 additions and 2 deletions
|
@ -12538,14 +12538,14 @@ (define-public r-hitc
|
|||
(define-public r-hdf5array
|
||||
(package
|
||||
(name "r-hdf5array")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "HDF5Array" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1718hplz5qlbwxwb87509bl7lir9kilvn1s7p2haz551pg48zvrc"))))
|
||||
"13h6qr4zkynir0ck2aiasjvlid7hrk3m2lzkjyhpvbg1a15r8zi9"))))
|
||||
(properties `((upstream-name . "HDF5Array")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue