gnu: r-feather: Update to 0.3.4.

* gnu/packages/cran.scm (r-feather): Update to 0.3.4.
This commit is contained in:
Ricardo Wurmus 2019-09-08 00:20:05 +02:00
parent 5e7c6e54c8
commit 02efab6917
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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