gnu: r-feather: Update to 0.3.3.

* gnu/packages/cran.scm (r-feather): Update to 0.3.3.
This commit is contained in:
Ricardo Wurmus 2019-03-27 20:58:15 +01:00
parent 24540c310f
commit 1d7022f706
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -895,14 +895,14 @@ work well on small screens.")
(define-public r-feather (define-public r-feather
(package (package
(name "r-feather") (name "r-feather")
(version "0.3.2") (version "0.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "feather" version)) (uri (cran-uri "feather" version))
(sha256 (sha256
(base32 (base32
"138vnlwhkwayyim4rbx6rnf91kzhfij6v2f91ppx2174ky5611h6")))) "0ls8lmygyjq60467s88h66d7fczjp1d3a2106rfq4dx9lyfvdfsa"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-hms" ,r-hms) `(("r-hms" ,r-hms)