mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-hdf5r: Update to 1.3.11.
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.11. Change-Id: I9060042adda0435ac42960378f162a9e389ea4f0
This commit is contained in:
parent
d317525bc1
commit
b191180426
1 changed files with 2 additions and 2 deletions
|
@ -14840,14 +14840,14 @@ (define-public r-nbclust
|
|||
(define-public r-hdf5r
|
||||
(package
|
||||
(name "r-hdf5r")
|
||||
(version "1.3.10")
|
||||
(version "1.3.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hdf5r" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0khj94z6ls6dnc6fpxwf1w93mk6f3z2p39mbihf0lz52jc36wjcj"))))
|
||||
"1i58andd3k7ghmlv9f2frfa823p6lhdcwghyrszgmb3jpikxd5cp"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list hdf5 zlib))
|
||||
|
|
Loading…
Reference in a new issue