mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-tm: Update to 0.7-10.
* gnu/packages/cran.scm (r-tm): Update to 0.7-10.
This commit is contained in:
parent
e694144c10
commit
3b626e8596
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue