mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-hdf5r: Update to 1.3.9.
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.9. Change-Id: Ib6172699049cf065a2c116fbeb23ef91f7455e64
This commit is contained in:
parent
4eb349dba6
commit
5d182499e8
1 changed files with 2 additions and 2 deletions
|
@ -13610,14 +13610,14 @@ (define-public r-nbclust
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue