gnu: r-tidytext: Update to 0.3.1.

* gnu/packages/cran.scm (r-tidytext): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:20 +02:00
parent 0a7a9fd6a1
commit 039c652a94
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26238,14 +26238,14 @@ (define-public r-hunspell
(define-public r-tidytext
(package
(name "r-tidytext")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytext" version))
(sha256
(base32
"1icbfw4zkbs9sp6vk814mw2zzm0bc0d7af92vhriqxaga0gbwdkx"))))
"182gad5pzz6zvhbla3d496sxwiszc1qz8kzzkksaacwpsrc61f9h"))))
(properties `((upstream-name . "tidytext")))
(build-system r-build-system)
(propagated-inputs