gnu: r-tidytext: Update to 0.3.3.

* gnu/packages/cran.scm (r-tidytext): Update to 0.3.3.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:48 +02:00
parent b7f48e45b1
commit a1ba5d4314
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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