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

* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-11.
This commit is contained in:
Ricardo Wurmus 2020-04-27 17:31:35 +02:00
parent 1d9e71ed29
commit ed720abc26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19856,14 +19856,14 @@ (define-public r-quanteda
(define-public r-topicmodels
(package
(name "r-topicmodels")
(version "0.2-9")
(version "0.2-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "topicmodels" version))
(sha256
(base32
"1757r5x8bsl4dk106xg6481mvdkdz9vwg87n7rpbvdkavsvhyxs0"))))
"0jmp6wva99y0w40cfw7b0faylndhjam097x36ilc4vmyczcv89lw"))))
(properties `((upstream-name . "topicmodels")))
(build-system r-build-system)
(native-inputs