gnu: r-blme: Update to 1.0-5.
* gnu/packages/cran.scm (r-blme): Update to 1.0-5.
This commit is contained in:
parent
a8ee51a215
commit
ba6210fa6d
1 changed files with 2 additions and 2 deletions
|
@ -16311,14 +16311,14 @@ parallel versions of vectorized R functions of the @code{mc*apply} family.")
|
||||||
(define-public r-blme
|
(define-public r-blme
|
||||||
(package
|
(package
|
||||||
(name "r-blme")
|
(name "r-blme")
|
||||||
(version "1.0-4")
|
(version "1.0-5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "blme" version))
|
(uri (cran-uri "blme" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ca2b0248k0fj3lczn9shfjplz1sl4ay4v6djldizp2ch2vwdgy2"))))
|
"0413j7gwr5yj14jamkizj55q7xii1a0kgazzj0ilqn2ascclz6k7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs `(("r-lme4" ,r-lme4)))
|
(propagated-inputs `(("r-lme4" ,r-lme4)))
|
||||||
(home-page "https://github.com/vdorie/blme")
|
(home-page "https://github.com/vdorie/blme")
|
||||||
|
|
Reference in a new issue