me
/
guix
Archived
1
0
Fork 0

gnu: r-tidytext: Update to 0.3.2.

* gnu/packages/cran.scm (r-tidytext): Update to 0.3.2.
master
Ricardo Wurmus 2021-11-01 20:44:48 +00:00
parent d9b0e009c5
commit 5643a55947
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28061,14 +28061,14 @@ vignettes in all common formats.")
(define-public r-tidytext
(package
(name "r-tidytext")
(version "0.3.1")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytext" version))
(sha256
(base32
"182gad5pzz6zvhbla3d496sxwiszc1qz8kzzkksaacwpsrc61f9h"))))
"0as7lscjl6ywk85almmb4f71vxmgkfds46g52ryggkg2isksvq3g"))))
(properties `((upstream-name . "tidytext")))
(build-system r-build-system)
(propagated-inputs