gnu: r-nlp: Update to 0.2-1.
* gnu/packages/cran.scm (r-nlp): Update to 0.2-1.
This commit is contained in:
parent
a40c6998e1
commit
f1e8076b99
@ -10517,14 +10517,14 @@ in-memory raw vectors.")
|
|||||||
(define-public r-nlp
|
(define-public r-nlp
|
||||||
(package
|
(package
|
||||||
(name "r-nlp")
|
(name "r-nlp")
|
||||||
(version "0.2-0")
|
(version "0.2-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "NLP" version))
|
(uri (cran-uri "NLP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
|
"1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
|
||||||
(properties `((upstream-name . "NLP")))
|
(properties `((upstream-name . "NLP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/NLP/")
|
(home-page "https://cran.r-project.org/web/packages/NLP/")
|
||||||
|
Loading…
Reference in New Issue
Block a user