mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-tidytext: Update to 0.3.2.
* gnu/packages/cran.scm (r-tidytext): Update to 0.3.2.
This commit is contained in:
parent
d9b0e009c5
commit
5643a55947
1 changed files with 2 additions and 2 deletions
|
@ -28061,14 +28061,14 @@ (define-public r-hunspell
|
||||||
(define-public r-tidytext
|
(define-public r-tidytext
|
||||||
(package
|
(package
|
||||||
(name "r-tidytext")
|
(name "r-tidytext")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tidytext" version))
|
(uri (cran-uri "tidytext" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"182gad5pzz6zvhbla3d496sxwiszc1qz8kzzkksaacwpsrc61f9h"))))
|
"0as7lscjl6ywk85almmb4f71vxmgkfds46g52ryggkg2isksvq3g"))))
|
||||||
(properties `((upstream-name . "tidytext")))
|
(properties `((upstream-name . "tidytext")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue