mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-hdf5r: Update to 1.3.10.
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.10. [native-inputs]: Add pkg-config. Change-Id: Ie93236c090afef5d29178bd4b3a9152ae9298a54
This commit is contained in:
parent
4fd4d7a953
commit
8ae33df24d
1 changed files with 3 additions and 3 deletions
|
@ -14021,21 +14021,21 @@ (define-public r-nbclust
|
|||
(define-public r-hdf5r
|
||||
(package
|
||||
(name "r-hdf5r")
|
||||
(version "1.3.9")
|
||||
(version "1.3.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "hdf5r" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1av3pafbfff4wanw9s1iqgwkcdmc5f8c8h3z0byqll9i661kz3pg"))))
|
||||
"0khj94z6ls6dnc6fpxwf1w93mk6f3z2p39mbihf0lz52jc36wjcj"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list hdf5 zlib))
|
||||
(propagated-inputs
|
||||
(list r-bit64 r-r6))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(list pkg-config r-knitr))
|
||||
(home-page "https://hhoeflin.github.io/hdf5r")
|
||||
(synopsis "Interface to the HDF5 binary data format")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue