mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-topicmodels: Update to 0.2-11.
* gnu/packages/cran.scm (r-topicmodels): Update to 0.2-11.
This commit is contained in:
parent
1d9e71ed29
commit
ed720abc26
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue