mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-tm: Update to 0.7-9.
* gnu/packages/cran.scm (r-tm): Update to 0.7-9.
This commit is contained in:
parent
a2e95cfbdd
commit
ed6049cfe6
1 changed files with 2 additions and 2 deletions
|
@ -14812,14 +14812,14 @@ (define-public r-nlp
|
|||
(define-public r-tm
|
||||
(package
|
||||
(name "r-tm")
|
||||
(version "0.7-8")
|
||||
(version "0.7-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mk2lsplynms15nw92vbdgsafg4bw1m0ik31gch1mnsnv61idsxi"))))
|
||||
"0a3ylj9735i21fh6iz63fkh1pnf2hs8ipp8wjdj25dahl18yhlyv"))))
|
||||
(properties `((upstream-name . "tm")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue