gnu: r-feather: Update to 0.3.5.
* gnu/packages/cran.scm (r-feather): Update to 0.3.5.
This commit is contained in:
parent
21fc601295
commit
e48e476f41
1 changed files with 2 additions and 2 deletions
|
@ -1060,14 +1060,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.4")
|
(version "0.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "feather" version))
|
(uri (cran-uri "feather" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zwr2lxbzks2k1jjbnnv965j8sbwxnszl1vyrnl60ar24nykd2f3"))))
|
"1gxd0h2m56sjjlzn4dry6s13nddxc4l5i11gsvavaf2dwbahdzsh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-hms" ,r-hms)
|
`(("r-hms" ,r-hms)
|
||||||
|
|
Reference in a new issue