gnu: r-topicmodels: Update to 0.2-14.

* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-14.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:39 +02:00
parent 12ac342f7d
commit 97948967d1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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