mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: r-stm: Update to 1.3.6.
* gnu/packages/cran.scm (r-stm): Update to 1.3.6.
This commit is contained in:
parent
cb347b2cbf
commit
b68f77fc8d
1 changed files with 2 additions and 2 deletions
|
@ -20554,14 +20554,14 @@ (define-public r-topicmodels
|
|||
(define-public r-stm
|
||||
(package
|
||||
(name "r-stm")
|
||||
(version "1.3.5")
|
||||
(version "1.3.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "stm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yyfxaxqc6yq0yq68zhdnhpwpvsyp71dlmivn7zxixfmp932s6cn"))))
|
||||
"0qwq4nin2n9fjd06852r8k7arvcgh46kcfb3lm21swgx6j8bgrhb"))))
|
||||
(properties `((upstream-name . "stm")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue