gnu: r-topicmodels: Update to 0.2-14.
* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-14.
This commit is contained in:
parent
12ac342f7d
commit
97948967d1
1 changed files with 2 additions and 2 deletions
|
@ -29019,14 +29019,14 @@ machine learning, visually representing text and text analyses, and more.")
|
||||||
(define-public r-topicmodels
|
(define-public r-topicmodels
|
||||||
(package
|
(package
|
||||||
(name "r-topicmodels")
|
(name "r-topicmodels")
|
||||||
(version "0.2-13")
|
(version "0.2-14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "topicmodels" version))
|
(uri (cran-uri "topicmodels" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16mw0l7wm5idc831csxlk176c42a5xw8qm8xhbnmmdl2hjk0cqbx"))))
|
"1jaw9fjcl5ac0l57lack9gswqx2wzid1gkwsksyr4dlpxbw0zm5c"))))
|
||||||
(properties `((upstream-name . "topicmodels")))
|
(properties `((upstream-name . "topicmodels")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue