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 @@ (define-public r-fdrtool
(define-public r-forcats (define-public r-forcats
(package (package
(name "r-forcats") (name "r-forcats")
(version "0.4.0") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "forcats" version)) (uri (cran-uri "forcats" version))
(sha256 (sha256
(base32 (base32
"1cnjh23z59fhbjmy7y95425hcq3m5wrwqvahsxwi7zm6d9bwp0vw")))) "1i4hblsjgwkrcwgvgsb5yj33pw1hwdj3lr9dvxymkv1kjdw0x5lg"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ellipsis" ,r-ellipsis) `(("r-ellipsis" ,r-ellipsis)