gnu: r-fs: Update to 1.5.2.

* gnu/packages/cran.scm (r-fs): Update to 1.5.2.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:19 +01:00
parent 299c6bee4b
commit c7f7565a26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11448,14 +11448,14 @@ (define-public r-gh
(define-public r-fs
(package
(name "r-fs")
(version "1.5.0")
(version "1.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "fs" version))
(sha256
(base32
"15rqc3ljmcmgfvadj1j1kq7kvibagxic8sgplhlcdqqxax9idprn"))))
"11qr3v0xn65vfhgcxl4l6yv48s4w0w3ldp3anpzc25vd3mwd3jim"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))