mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-recipes: Update to 0.1.16.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.16. [propagated-inputs]: Add r-ellipsis.
This commit is contained in:
parent
cf712682cc
commit
df5518d5fa
1 changed files with 3 additions and 2 deletions
|
@ -4459,17 +4459,18 @@ (define-public r-broom
|
|||
(define-public r-recipes
|
||||
(package
|
||||
(name "r-recipes")
|
||||
(version "0.1.15")
|
||||
(version "0.1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "recipes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xif0ak3w90xmfzlxvb5pnzc3scpfl1pyhrjffi3mq4asvsd52l0"))))
|
||||
"1mayfdbn6q775d4gbdjrrhdbmpsxga57kwh0h7bwv8rk0vmvik23"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-dplyr" ,r-dplyr)
|
||||
("r-ellipsis" ,r-ellipsis)
|
||||
("r-generics" ,r-generics)
|
||||
("r-glue" ,r-glue)
|
||||
("r-gower" ,r-gower)
|
||||
|
|
Loading…
Reference in a new issue