mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-word2vec: Update to 0.4.1.
* gnu/packages/cran.scm (r-word2vec): Update to 0.4.1. Change-Id: Id51d8e7945076b30b2bbe18cc04b350d1ea87932
This commit is contained in:
parent
0e41a338cb
commit
4176953c94
1 changed files with 2 additions and 2 deletions
|
|
@ -31744,13 +31744,13 @@ pairs (Selesnick 2001, 2002).")
|
|||
(define-public r-word2vec
|
||||
(package
|
||||
(name "r-word2vec")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "word2vec" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14ba0cj430d02bd6fay3nl4ldwqyj77iwjm4gzgdc0f6sx597iiq"))))
|
||||
"0aqj6hnd2ciszn2hif4nj5bx2ljvxxmzyan232xf1sv49rbzckzm"))))
|
||||
(properties `((upstream-name . "word2vec")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp r-rcppprogress))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue