me
/
guix
Archived
1
0
Fork 0

gnu: r-tidytext: Update to 0.4.2.

* gnu/packages/cran.scm (r-tidytext): Update to 0.4.2.

Change-Id: I3ec30c70dee2b8ab719a1435db5e97354bc93459
master
Ricardo Wurmus 2024-04-17 17:47:59 +02:00
parent dc4ade072a
commit 9f3e235a25
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -36508,14 +36508,14 @@ vignettes in all common formats.")
(define-public r-tidytext
(package
(name "r-tidytext")
(version "0.4.1")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytext" version))
(sha256
(base32
"05f8209qx1rvddnkl0h05yig09xahs8lqgq9w5dvdiwarji50rsj"))))
"0m1dxlrmkany4pjbr2p2m9hzn59gldmznyvs6dcb3zdr5861ix0c"))))
(properties `((upstream-name . "tidytext")))
(build-system r-build-system)
(propagated-inputs