mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-mcmc: Update to 0.9-6.
* gnu/packages/cran.scm (r-mcmc): Update to 0.9-6.
This commit is contained in:
parent
7e6c5ebbea
commit
ae7e6f0620
1 changed files with 2 additions and 2 deletions
|
@ -10684,14 +10684,14 @@ (define-public r-parcor
|
|||
(define-public r-mcmc
|
||||
(package
|
||||
(name "r-mcmc")
|
||||
(version "0.9-5")
|
||||
(version "0.9-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mcmc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i3rahph8pbhi5dsyjnkazqklg4lhh3azlyvx4kvabx50q0awxn6"))))
|
||||
"1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.stat.umn.edu/geyer/mcmc/")
|
||||
(synopsis "Markov chain Monte Carlo")
|
||||
|
|
Loading…
Reference in a new issue