mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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 @@ (define-public r-quanteda
|
|||
(define-public r-topicmodels
|
||||
(package
|
||||
(name "r-topicmodels")
|
||||
(version "0.2-13")
|
||||
(version "0.2-14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "topicmodels" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16mw0l7wm5idc831csxlk176c42a5xw8qm8xhbnmmdl2hjk0cqbx"))))
|
||||
"1jaw9fjcl5ac0l57lack9gswqx2wzid1gkwsksyr4dlpxbw0zm5c"))))
|
||||
(properties `((upstream-name . "topicmodels")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue