me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-15.

Change-Id: I4d29dcbdb601de9498b7b166e242fbf8e3c4b91a
Ricardo Wurmus 2023-12-15 12:17:02 +01:00
parent ca68c6eba3
commit 9a8a137afe
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31053,14 +31053,14 @@ machine learning, visually representing text and text analyses, and more.")
(define-public r-topicmodels
(package
(name "r-topicmodels")
(version "0.2-14")
(version "0.2-15")
(source
(origin
(method url-fetch)
(uri (cran-uri "topicmodels" version))
(sha256
(base32
"1jaw9fjcl5ac0l57lack9gswqx2wzid1gkwsksyr4dlpxbw0zm5c"))))
"1l3pmz6n0sd57bf3d16m9766285d2pmndmv36rf5pffpwiw0zdbi"))))
(properties `((upstream-name . "topicmodels")))
(build-system r-build-system)
(inputs