me
/
guix
Archived
1
0
Fork 0

gnu: r-hdf5r: Update to 1.3.9.

* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.9.

Change-Id: Ib6172699049cf065a2c116fbeb23ef91f7455e64
master
Ricardo Wurmus 2024-01-17 23:09:48 +01:00
parent 4eb349dba6
commit 5d182499e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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