gnu: r-text2vec: Update to 0.6.4.

* gnu/packages/cran.scm (r-text2vec): Update to 0.6.4.

Change-Id: I8dbeb739b9a37be325109b0e5ca04478439b84c2
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:36 +01:00
parent e5d80567fe
commit fe4e56eb5d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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