gnu: r-fs: Update to 1.5.0.
* gnu/packages/cran.scm (r-fs): Update to 1.5.0. [native-inputs]: Remove pkg-config.
This commit is contained in:
parent
7476244a83
commit
47fc38086b
1 changed files with 3 additions and 4 deletions
|
@ -9244,18 +9244,17 @@ (define-public r-gh
|
|||
(define-public r-fs
|
||||
(package
|
||||
(name "r-fs")
|
||||
(version "1.4.2")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09rpazjba9jy448j6rq989fw3wv3xhng7fn8p8gr22gyx0n0y1zr"))))
|
||||
"15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("r-knitr" ,r-knitr)))
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://fs.r-lib.org")
|
||||
(synopsis "Cross-platform file system operations based on libuv")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue