gnu: r-fs: Update to 1.2.7.

* gnu/packages/cran.scm (r-fs): Update to 1.2.7.
master
Ricardo Wurmus 2019-03-21 00:00:09 +01:00
parent fef93da89d
commit c9ba1155a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7935,14 +7935,14 @@ back to file after modifications.")
(define-public r-fs
(package
(name "r-fs")
(version "1.2.6")
(version "1.2.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "fs" version))
(sha256
(base32
"0kqqaqqml8x3r1mdld40iwns0ylj2f52qsdh1vcn39f7w7c2ka8j"))))
"03aq2ill03ladsa4438nrz213ks2mqhxsrb9fjsp62bhk36v8k1a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))