gnu: r-tm: Update to 0.7-10.

* gnu/packages/cran.scm (r-tm): Update to 0.7-10.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:21 +01:00
parent e694144c10
commit 3b626e8596
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15439,14 +15439,14 @@ (define-public r-nlp
(define-public r-tm
(package
(name "r-tm")
(version "0.7-9")
(version "0.7-10")
(source
(origin
(method url-fetch)
(uri (cran-uri "tm" version))
(sha256
(base32
"0a3ylj9735i21fh6iz63fkh1pnf2hs8ipp8wjdj25dahl18yhlyv"))))
"15lxaqlgkl9chiz0aw05l55bvlh48jwdgplfl8f2d8xsaq4gmbvc"))))
(properties `((upstream-name . "tm")))
(build-system r-build-system)
(propagated-inputs