gnu: r-fs: Update to 1.3.1.

* gnu/packages/cran.scm (r-fs): Update to 1.3.1.
master
Ricardo Wurmus 2019-05-11 12:03:39 +02:00
parent 86ad5dbc62
commit c02f574d38
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8041,14 +8041,14 @@ back to file after modifications.")
(define-public r-fs
(package
(name "r-fs")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "fs" version))
(sha256
(base32
"1p6y0ar5kidwv0f5vzhj7yaw5802rpqwdma2ij3vrvjf9f7l9z1s"))))
"1g26rgx13dzigp2vrlld6h28q33lwbax97zvwdrq2pc3iz54v4yn"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))