mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-ellipsis: Update to 0.2.0.
* gnu/packages/cran.scm (r-ellipsis): Update to 0.2.0. [propagated-inputs]: Add r-rlang.
This commit is contained in:
parent
dacf52e0a3
commit
a4bc73b236
1 changed files with 4 additions and 2 deletions
|
@ -97,15 +97,17 @@ (define-public r-clipr
|
|||
(define-public r-ellipsis
|
||||
(package
|
||||
(name "r-ellipsis")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ellipsis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pw94qpg81xmsdsagpqxddv7m2cmdszmyyq99dk3caqqj01z7wg6"))))
|
||||
"0hdk79q4wn5nq52p8qd65kqz81l0b8gfzsbzyvmfais0p24qclib"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rlang" ,r-rlang)))
|
||||
(home-page "https://github.com/hadley/ellipsis")
|
||||
(synopsis "Tools for working with additional arguments")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue