gnu: r-fs: Update to 1.3.2.

* gnu/packages/cran.scm (r-fs): Update to 1.3.2.
This commit is contained in:
Ricardo Wurmus 2020-03-06 12:14:00 +01:00
parent 36488596b4
commit 099adcf81f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8663,14 +8663,14 @@ (define-public r-gh
(define-public r-fs
(package
(name "r-fs")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "fs" version))
(sha256
(base32
"1g26rgx13dzigp2vrlld6h28q33lwbax97zvwdrq2pc3iz54v4yn"))))
"1w30bflx4d7a6f3dn96bf7s7v6aqpvz2yzzxal6qz9jyhb16bxaz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))