gnu: r-tidytext: Update to 0.3.4.

* gnu/packages/cran.scm (r-tidytext): Update to 0.3.4.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:25 +02:00
parent e919e4561e
commit ca687072c2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29933,14 +29933,14 @@ (define-public r-hunspell
(define-public r-tidytext
(package
(name "r-tidytext")
(version "0.3.3")
(version "0.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytext" version))
(sha256
(base32
"0kljaxyhhzbcv9jkjdy0wn6gkamh25y2xfb9k11sqhz3lv72nfvm"))))
"0mk75wdiy4mixj1xlksw9ns4ajlj8ak90sgchjcg1zb90qp7gg56"))))
(properties `((upstream-name . "tidytext")))
(build-system r-build-system)
(propagated-inputs