me
/
guix
Archived
1
0
Fork 0

gnu: r-hdf5array: Update to 1.16.1.

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

View File

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