mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-mcmc: Update to 0.9-6.1.
* gnu/packages/cran.scm (r-mcmc): Update to 0.9-6.1.
This commit is contained in:
parent
8f5468e7e7
commit
ecf7477b6e
1 changed files with 2 additions and 2 deletions
|
@ -11578,14 +11578,14 @@ (define-public r-parcor
|
||||||
(define-public r-mcmc
|
(define-public r-mcmc
|
||||||
(package
|
(package
|
||||||
(name "r-mcmc")
|
(name "r-mcmc")
|
||||||
(version "0.9-6")
|
(version "0.9-6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mcmc" version))
|
(uri (cran-uri "mcmc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4"))))
|
"1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.stat.umn.edu/geyer/mcmc/")
|
(home-page "http://www.stat.umn.edu/geyer/mcmc/")
|
||||||
(synopsis "Markov chain Monte Carlo")
|
(synopsis "Markov chain Monte Carlo")
|
||||||
|
|
Loading…
Reference in a new issue