gnu: r-hdf5r: Update to 1.3.1.

* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2020-01-16 05:42:11 +01:00
parent 220875e123
commit 4afe271458
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -6053,14 +6053,14 @@ results to the user.")
(define-public r-hdf5r
(package
(name "r-hdf5r")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "hdf5r" version))
(sha256
(base32
"1pq12vkfqxvcaznwaxvjdg3acimk5a20m8h18sixvxc34vnqxw8f"))))
"0hvi2cvyv6zlxgpawnmsihxclp2ln88slbrnmaxagmjswskxsrpx"))))
(build-system r-build-system)
(inputs
`(("hdf5" ,hdf5)