mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-tidytext: Update to 0.3.3.
* gnu/packages/cran.scm (r-tidytext): Update to 0.3.3.
This commit is contained in:
parent
b7f48e45b1
commit
a1ba5d4314
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue