gnu: r-rlrsim: Update to 3.1-8.
* gnu/packages/statistics.scm (r-rlrsim): Update to 3.1-8.
This commit is contained in:
parent
59e94c9bee
commit
dabd0d793c
1 changed files with 2 additions and 2 deletions
|
@ -6991,13 +6991,13 @@ is used to allow menus, dialogs, and the response to mouse actions to be
|
||||||
(define-public r-rlrsim
|
(define-public r-rlrsim
|
||||||
(package
|
(package
|
||||||
(name "r-rlrsim")
|
(name "r-rlrsim")
|
||||||
(version "3.1-6")
|
(version "3.1-8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RLRsim" version))
|
(uri (cran-uri "RLRsim" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wkkibr250frsbfq70m9jdrylxb492zibf5w03z6zis98pjffssp"))))
|
(base32 "06i4slc7fj8xifq20i1vqfadfw2p81b0kfzga60139hnryz1zpva"))))
|
||||||
(properties `((upstream-name . "RLRsim")))
|
(properties `((upstream-name . "RLRsim")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-lme4 r-mgcv r-nlme r-rcpp))
|
(propagated-inputs (list r-lme4 r-mgcv r-nlme r-rcpp))
|
||||||
|
|
Reference in a new issue