me
/
guix
Archived
1
0
Fork 0

gnu: r-hdf5array: Update to 1.12.3.

* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.12.3.
master
Ricardo Wurmus 2019-10-18 19:24:32 +02:00
parent a15c68bfac
commit ddebbee6d7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10428,14 +10428,14 @@ provided.")
(define-public r-hdf5array
(package
(name "r-hdf5array")
(version "1.12.2")
(version "1.12.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "HDF5Array" version))
(sha256
(base32
"0afradisrr5gn0lf2kxjw55vdm3lm9mlgx53qlr9r40c1hrydpf5"))))
"1037j6f0yyw4cf6p051810qamxi1sji5w4d0fgq5lyzyl5d36fm6"))))
(properties `((upstream-name . "HDF5Array")))
(build-system r-build-system)
(inputs