gnu: r-acebayes: Update to 1.9.
* gnu/packages/cran.scm (r-acebayes): Update to 1.9.
This commit is contained in:
parent
f4c2914531
commit
f2bb1ae03c
1 changed files with 2 additions and 2 deletions
|
|
@ -17038,14 +17038,14 @@ Latin Hypercube Samples.")
|
||||||
(define-public r-acebayes
|
(define-public r-acebayes
|
||||||
(package
|
(package
|
||||||
(name "r-acebayes")
|
(name "r-acebayes")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "acebayes" version))
|
(uri (cran-uri "acebayes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xm6bw0qm2vlcrk274x0bawzb2lnacb1wsmzba5mg3i75a55pqln"))))
|
"1imfwm1vpbb24vfmfn1nljhmaz8429mwjihw34892p387s8h7xz2"))))
|
||||||
(properties `((upstream-name . "acebayes")))
|
(properties `((upstream-name . "acebayes")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue