mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-tidytext: Update to 0.3.4.
* gnu/packages/cran.scm (r-tidytext): Update to 0.3.4.
This commit is contained in:
parent
e919e4561e
commit
ca687072c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue