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