gnu: r-recipes: Update to 1.0.2.
* gnu/packages/cran.scm (r-recipes): Update to 1.0.2.
This commit is contained in:
parent
33160ec99a
commit
388795939b
1 changed files with 2 additions and 2 deletions
|
@ -6042,14 +6042,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 "1.0.1")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "recipes" version))
|
(uri (cran-uri "recipes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jav29biq13xf0vg9kj3k6khqb71hqak26kxxi0vy29l849f4fly"))))
|
"03k7spw5vivj35lwqj8xj259smgc04qxkdimk5ck9yj656d5lyqs"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cli
|
(list r-cli
|
||||||
|
|
Reference in a new issue