Archived
1
0
Fork 0

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