me
/
guix
Archived
1
0
Fork 0

gnu: r-nlp: Update to 0.2-1.

* gnu/packages/cran.scm (r-nlp): Update to 0.2-1.
master
Ricardo Wurmus 2020-10-31 13:42:37 +01:00
parent a40c6998e1
commit f1e8076b99
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10517,14 +10517,14 @@ in-memory raw vectors.")
(define-public r-nlp
(package
(name "r-nlp")
(version "0.2-0")
(version "0.2-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "NLP" version))
(sha256
(base32
"0xbhkrnxcbf322jfw31xcn4y2gnk5y7ccq1bz4h3prf44h0whr7w"))))
"1dpj04fmld2lnhg072ahgjbhmciqqy9h1lrz0wf32mr7mm9s9sh5"))))
(properties `((upstream-name . "NLP")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/NLP/")