gnu: r-forcats: Update to 0.4.0.

* gnu/packages/statistics.scm (r-forcats): Update to 0.4.0.
[propagated-inputs]: Add r-ellipsis.
master
Ricardo Wurmus 2019-03-07 23:36:10 +01:00
parent 6a0a2342dd
commit 34a98f79d7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -5561,17 +5561,18 @@ and the corresponding decision threshold.")
(define-public r-forcats
(package
(name "r-forcats")
(version "0.3.0")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "forcats" version))
(sha256
(base32
"0mxn1hng43zdjh1v8shd80hrszrqahcpaqxs1s1sif0qxh84d0cm"))))
"1cnjh23z59fhbjmy7y95425hcq3m5wrwqvahsxwi7zm6d9bwp0vw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-magrittr" ,r-magrittr)
`(("r-ellipsis" ,r-ellipsis)
("r-magrittr" ,r-magrittr)
("r-tibble" ,r-tibble)
("r-rlang" ,r-rlang)))
(home-page "http://forcats.tidyverse.org")