me
/
guix
Archived
1
0
Fork 0

gnu: r-feather: Update to 0.3.2.

* gnu/packages/cran.scm (r-feather): Update to 0.3.2.
master
Ricardo Wurmus 2019-01-12 16:33:49 +01:00
parent 1add168ab5
commit 69aad34ae0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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