me
/
guix
Archived
1
0
Fork 0

gnu: r-hdf5r: Update to 1.3.8.

* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.8.
master
Ricardo Wurmus 2023-02-18 16:08:25 +01:00
parent d1bff2f24e
commit d85cd04c18
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11092,14 +11092,14 @@ results to the user.")
(define-public r-hdf5r
(package
(name "r-hdf5r")
(version "1.3.7")
(version "1.3.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "hdf5r" version))
(sha256
(base32
"0nr9iywl2z7hrydvq5z61jvx6ls8wg72lzpr875p1jfi7s2052kf"))))
"0arhs9z3rhqkb3pkhdgf1kgyhzrgvrrfjj4phijpji2przi82cmm"))))
(build-system r-build-system)
(inputs
(list hdf5 zlib))