me
/
guix
Archived
1
0
Fork 0

gnu: r-hdf5array: Update to 1.16.0.

* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.16.0.
master
Ricardo Wurmus 2020-06-12 16:34:54 +02:00
parent 46f188d1df
commit cf907680e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10838,14 +10838,14 @@ provided.")
(define-public r-hdf5array
(package
(name "r-hdf5array")
(version "1.14.4")
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "HDF5Array" version))
(sha256
(base32
"0ib0grhd9zbrn0dkrm4aa7qj7h0y6z1dvyx1ab3w6vczw7xghsfb"))))
"1g848s0qc6i4ipd7y2s5pk8k1xggk2kfy0gnr8wjjs2gq3914aw4"))))
(properties `((upstream-name . "HDF5Array")))
(build-system r-build-system)
(inputs