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

* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-13.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:27 +01:00
parent 61c9fc7683
commit f63f937673
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26858,14 +26858,14 @@ (define-public r-quanteda
(define-public r-topicmodels
(package
(name "r-topicmodels")
(version "0.2-12")
(version "0.2-13")
(source
(origin
(method url-fetch)
(uri (cran-uri "topicmodels" version))
(sha256
(base32
"1d6iizmn042b59q2y6qc82z19wq3xm0zvgkf8iqf8fdzh51kmn5g"))))
"16mw0l7wm5idc831csxlk176c42a5xw8qm8xhbnmmdl2hjk0cqbx"))))
(properties `((upstream-name . "topicmodels")))
(build-system r-build-system)
(inputs