diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-02-19 21:14:36 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-02-19 21:14:36 +0100 |
commit | ecf7477b6e34488224beee6837d30d5d1cab456b (patch) | |
tree | 8a5ab79501668558034ff880b2ee080f547a3dec /gnu | |
parent | 8f5468e7e70498e275770fdb06445ebb5426d661 (diff) | |
download | patches-ecf7477b6e34488224beee6837d30d5d1cab456b.tar patches-ecf7477b6e34488224beee6837d30d5d1cab456b.tar.gz |
gnu: r-mcmc: Update to 0.9-6.1.
* gnu/packages/cran.scm (r-mcmc): Update to 0.9-6.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 83c0164cc3..e396e14747 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11578,14 +11578,14 @@ lasso, adaptive lasso and Ridge regression based on cross-validation.") (define-public r-mcmc (package (name "r-mcmc") - (version "0.9-6") + (version "0.9-6.1") (source (origin (method url-fetch) (uri (cran-uri "mcmc" version)) (sha256 (base32 - "1fc6a6asn53lx7x7pnlb5mb716nv4pcmbp99f1i30y4hzygihfj4")))) + "1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9")))) (build-system r-build-system) (home-page "http://www.stat.umn.edu/geyer/mcmc/") (synopsis "Markov chain Monte Carlo") |