gnu: r-recipes: Update to 0.1.15.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.15.
This commit is contained in:
parent
9597dc08b3
commit
cfd8779b22
1 changed files with 2 additions and 2 deletions
|
@ -3855,14 +3855,14 @@ provides a one-row summary of model-level statistics.")
|
||||||
(define-public r-recipes
|
(define-public r-recipes
|
||||||
(package
|
(package
|
||||||
(name "r-recipes")
|
(name "r-recipes")
|
||||||
(version "0.1.14")
|
(version "0.1.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "recipes" version))
|
(uri (cran-uri "recipes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ix678aj71ml5cmfhy1j0b2ddhf5wlb1d74bjc9djr6r86xsqmcz"))))
|
"0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dplyr" ,r-dplyr)
|
`(("r-dplyr" ,r-dplyr)
|
||||||
|
|
Reference in a new issue