me
/
guix
Archived
1
0
Fork 0

gnu: r-stm: Update to 1.3.6.

* gnu/packages/cran.scm (r-stm): Update to 1.3.6.
master
Ricardo Wurmus 2020-10-05 22:44:52 +02:00
parent cb347b2cbf
commit b68f77fc8d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20554,14 +20554,14 @@ Gibbs sampling by Xuan-Hieu Phan and co-authors.")
(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