gnu: r-feather: Update to 0.3.2.
* gnu/packages/cran.scm (r-feather): Update to 0.3.2.
This commit is contained in:
parent
1add168ab5
commit
69aad34ae0
|
@ -788,14 +788,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.1")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "feather" version))
|
(uri (cran-uri "feather" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q6dbkfnkpnabq8lb6bm9ma44cfcghx2lm23pyk3vg7943wrn1pi"))))
|
"138vnlwhkwayyim4rbx6rnf91kzhfij6v2f91ppx2174ky5611h6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-hms" ,r-hms)
|
`(("r-hms" ,r-hms)
|
||||||
|
|
Loading…
Reference in New Issue