me
/
guix
Archived
1
0
Fork 0

gnu: r-text2vec: Update to 0.6.3.

* gnu/packages/cran.scm (r-text2vec): Update to 0.6.3.
master
Ricardo Wurmus 2022-11-30 11:39:16 +01:00
parent ecabd344c9
commit a5c515dc57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -21016,14 +21016,14 @@ Row} (CSR) format.")
(define-public r-text2vec
(package
(name "r-text2vec")
(version "0.6.2")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "text2vec" version))
(sha256
(base32
"1as58w1hb6h0hpncwcr2nx9a8bj5fy6bfllx2a8ck8hal764iach"))))
"1hi7ydb7xkgbff4lwnnz1biyl8m90w16hn3x5rrzvscvm53sj4y7"))))
(properties `((upstream-name . "text2vec")))
(build-system r-build-system)
(propagated-inputs