gnu: r-forcats: Update to 0.5.0.

* gnu/packages/statistics.scm (r-forcats): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2020-03-02 21:50:12 +01:00
parent 3f809fe875
commit 7a4b2da48f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -5480,14 +5480,14 @@ and the corresponding decision threshold.")
(define-public r-forcats
(package
(name "r-forcats")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "forcats" version))
(sha256
(base32
"1cnjh23z59fhbjmy7y95425hcq3m5wrwqvahsxwi7zm6d9bwp0vw"))))
"1i4hblsjgwkrcwgvgsb5yj33pw1hwdj3lr9dvxymkv1kjdw0x5lg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ellipsis" ,r-ellipsis)